#B06314

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

Shades of Golden Brown #B06314

Tints of Golden Brown #B06314

Color information

#B06314 (or 0xB06314) is unknown color: approx Golden Brown. HEX triplet: B0, 63 and 14. RGB value is (176,99,20). Sum of RGB (Red+Green+Blue) = 176+99+20=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B06314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06314 is #4F9CEB. Grayscale: #717171. Windows color (decimal): -5217516 or 1336240. OLE color: 1336240.

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

Color convert

RGB1769920-
CMYK00.440.890.31
HSL30.38º79.59%38.43%-
HSV(B)30.38º88.64%69.02%-
XYZ22.4918.22.99-
YUV113.0275.51172.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=59.66%
G=33.56%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176992000.440.890.3130.3879.5938.43
HexB0631402C591F1e5026
Octal26014324054131373612046
Binary101100001100011101000101100101100111111111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06314; }

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

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

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

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

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

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

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

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