#B06114

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

Shades of Golden Brown #B06114

Tints of Golden Brown #B06114

Color information

#B06114 (or 0xB06114) is unknown color: approx Golden Brown. HEX triplet: B0, 61 and 14. RGB value is (176,97,20). Sum of RGB (Red+Green+Blue) = 176+97+20=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B06114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06114 is #4F9EEB. Grayscale: #707070. Windows color (decimal): -5218028 or 1335728. OLE color: 1335728.

HSL color Cylindrical-coordinate representation of color #B06114: hue angle of 29.62º 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 #B06114 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB1769720-
CMYK00.450.890.31
HSL29.62º79.59%38.43%-
HSV(B)29.62º88.64%69.02%-
XYZ22.3117.832.93-
YUV111.8476.17173.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 20 (8.20% from 255) = 6.83%
R=60.07%
G=33.11%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176972000.450.890.3129.6279.5938.43
HexB0611402D591F1e5026
Octal26014124055131373612046
Binary101100001100001101000101101101100111111111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06114; }

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

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

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

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

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

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

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

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