#B15F0A

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

Shades of Golden Brown #B15F0A

Tints of Golden Brown #B15F0A

Color information

#B15F0A (or 0xB15F0A) is unknown color: approx Golden Brown. HEX triplet: B1, 5F and 0A. RGB value is (177,95,10). Sum of RGB (Red+Green+Blue) = 177+95+10=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15F0A is #4EA0F5. Grayscale: #6E6E6E. Windows color (decimal): -5153014 or 679857. OLE color: 679857.

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

Color convert

RGB1779510-
CMYK00.460.940.31
HSL30.54º89.3%36.67%-
HSV(B)30.54º94.35%69.41%-
XYZ22.2817.552.5-
YUV109.8371.67175.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.77%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 10 (4.30% from 255) = 3.55%
R=62.77%
G=33.69%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177951000.460.940.3130.5489.336.67
HexB15FA02E5E1F1f5925
Octal26113712056136373713145
Binary10110001101111110100101110101111011111111111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F0A; }

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

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

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

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

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

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

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

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