#B0680B

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

Shades of Golden Brown #B0680B

Tints of Golden Brown #B0680B

Color information

#B0680B (or 0xB0680B) is unknown color: approx Golden Brown. HEX triplet: B0, 68 and 0B. RGB value is (176,104,11). Sum of RGB (Red+Green+Blue) = 176+104+11=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0680B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0680B is #4F97F4. Grayscale: #737373. Windows color (decimal): -5216245 or 747696. OLE color: 747696.

HSL color Cylindrical-coordinate representation of color #B0680B: hue angle of 33.82º degrees, saturation: 0.88, 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 #B0680B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17610411-
CMYK00.410.940.31
HSL33.82º88.24%36.67%-
HSV(B)33.82º93.75%69.02%-
XYZ22.9219.152.81-
YUV114.9369.35171.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.48%
GREEN value IS 104 (41.02% from 255) = 35.74%
BLUE value IS 11 (4.69% from 255) = 3.78%
R=60.48%
G=35.74%
B=3.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761041100.410.940.3133.8288.2436.67
HexB068B0295E1F225825
Octal26015013051136374213045
Binary101100001101000101101010011011110111111000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0680B; }

 p { color: rgb(176,104,11); }

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

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

 a { background-color: rgb(176,104,11); }

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

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

 span { border-color: rgb(176,104,11); }

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