#B09B7F

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

Shades of Bronco #B09B7F

Tints of Bronco #B09B7F

Color information

#B09B7F (or 0xB09B7F) is unknown color: approx Bronco. HEX triplet: B0, 9B and 7F. RGB value is (176,155,127). Sum of RGB (Red+Green+Blue) = 176+155+127=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B7F is #4F6480. Grayscale: #9E9E9E. Windows color (decimal): -5203073 or 8362928. OLE color: 8362928.

HSL color Cylindrical-coordinate representation of color #B09B7F: hue angle of 34.29º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B09B7F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176155127-
CMYK00.120.280.31
HSL34.29º23.67%59.41%-
HSV(B)34.29º27.84%69.02%-
XYZ33.4634.2124.92-
YUV158.09110.46140.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 127 (50% from 255) = 27.73%
R=38.43%
G=33.84%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615512700.120.280.3134.2923.6759.41
HexB09B7F0C1C1F22183b
Octal2602331770143437423073
Binary1011000010011011111111101100111001111110001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B7F; }

 p { color: rgb(176,155,127); }

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

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

 a { background-color: rgb(176,155,127); }

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

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

 span { border-color: rgb(176,155,127); }

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