#B09C7B

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

Shades of Bronco #B09C7B

Tints of Bronco #B09C7B

Color information

#B09C7B (or 0xB09C7B) is unknown color: approx Bronco. HEX triplet: B0, 9C and 7B. RGB value is (176,156,123). Sum of RGB (Red+Green+Blue) = 176+156+123=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C7B is #4F6384. Grayscale: #9E9E9E. Windows color (decimal): -5202821 or 8101040. OLE color: 8101040.

HSL color Cylindrical-coordinate representation of color #B09C7B: hue angle of 37.36º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09C7B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176156123-
CMYK00.110.300.31
HSL37.36º25.12%58.63%-
HSV(B)37.36º30.11%69.02%-
XYZ33.3734.4423.63-
YUV158.22108.13140.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 123 (48.44% from 255) = 27.03%
R=38.68%
G=34.29%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615612300.110.300.3137.3625.1258.63
HexB09C7B0B1E1F25193b
Octal2602341730133637453173
Binary1011000010011100111101101011111101111110010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C7B; }

 p { color: rgb(176,156,123); }

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

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

 a { background-color: rgb(176,156,123); }

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

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

 span { border-color: rgb(176,156,123); }

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