#B0660F

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

Shades of Golden Brown #B0660F

Tints of Golden Brown #B0660F

Color information

#B0660F (or 0xB0660F) is unknown color: approx Golden Brown. HEX triplet: B0, 66 and 0F. RGB value is (176,102,15). Sum of RGB (Red+Green+Blue) = 176+102+15=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B0660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0660F is #4F99F0. Grayscale: #727272. Windows color (decimal): -5216753 or 1009328. OLE color: 1009328.

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

Color convert

RGB17610215-
CMYK00.420.910.31
HSL32.42º84.29%37.45%-
HSV(B)32.42º91.48%69.02%-
XYZ22.7418.772.88-
YUV114.2172.02172.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=60.07%
G=34.81%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761021500.420.910.3132.4284.2937.45
HexB066F02A5B1F205425
Octal26014617052133374012445
Binary101100001100110111101010101011011111111000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0660F; }

 p { color: rgb(176,102,15); }

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

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

 a { background-color: rgb(176,102,15); }

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

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

 span { border-color: rgb(176,102,15); }

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