#B15F0C

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

Shades of Golden Brown #B15F0C

Tints of Golden Brown #B15F0C

Color information

#B15F0C (or 0xB15F0C) is unknown color: approx Golden Brown. HEX triplet: B1, 5F and 0C. RGB value is (177,95,12). Sum of RGB (Red+Green+Blue) = 177+95+12=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15F0C is #4EA0F3. Grayscale: #6E6E6E. Windows color (decimal): -5153012 or 810929. OLE color: 810929.

HSL color Cylindrical-coordinate representation of color #B15F0C: hue angle of 30.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B15F0C is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1779512-
CMYK00.460.930.31
HSL30.18º87.3%37.06%-
HSV(B)30.18º93.22%69.41%-
XYZ22.2917.562.56-
YUV110.0672.67175.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.32%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 12 (5.08% from 255) = 4.23%
R=62.32%
G=33.45%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177951200.460.930.3130.1887.337.06
HexB15FC02E5D1F1e5725
Octal26113714056135373612745
Binary10110001101111111000101110101110111111111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F0C; }

 p { color: rgb(177,95,12); }

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

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

 a { background-color: rgb(177,95,12); }

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

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

 span { border-color: rgb(177,95,12); }

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