#b06914

Color #B06914 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B06914

Tints of Golden Brown #B06914

Color information

#B06914 (or 0xB06914) is unknown color: approx Golden Brown. HEX triplet: B0, 69 and 14. RGB value is (176,105,20). Sum of RGB (Red+Green+Blue) = 176+105+20=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B06914 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06914 is #4F96EB. Grayscale: #747474. Windows color (decimal): -5215980 or 1337776. OLE color: 1337776.

HSL color Cylindrical-coordinate representation of color #B06914: hue angle of 32.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B06914 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17610520-
CMYK00.400.890.31
HSL32.69º79.59%38.43%-
HSV(B)32.69º88.64%69.02%-
XYZ23.0819.383.19-
YUV116.5473.52170.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 58.47%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 20 (8.20% from 255) = 6.64%
R=58.47%
G=34.88%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761052000.400.890.3132.6979.5938.43
HexB06914028591F215026
Octal26015124050131374112046
Binary1011000011010011010001010001011001111111000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06914; }

 p { color: rgb(176,105,20); }

 H1.HeaderClassName
 {
   color: #b06914;
 }
 .AnyTagClassName
 {
   color: #b06914;
 }
</style>
background-color css

<style>
 a { background-color: #b06914; }

 a { background-color: rgb(176,105,20); }

 div.DivClassName
 {
   background-color: #b06914;
 }
 .BgClassName
 {
   background-color: #b06914;
 }
</style>
border-color css

<style>
 span { border-color: #b06914; }

 span { border-color: rgb(176,105,20); }

 td.TdClassName
 {
   border-color: #b06914;
 }
 .TagClassName
 {
   border-color: #b06914;
 }
</style>