#B09D7F

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

Shades of Bronco #B09D7F

Tints of Bronco #B09D7F

Color information

#B09D7F (or 0xB09D7F) is unknown color: approx Bronco. HEX triplet: B0, 9D and 7F. RGB value is (176,157,127). Sum of RGB (Red+Green+Blue) = 176+157+127=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D7F is #4F6280. Grayscale: #9F9F9F. Windows color (decimal): -5202561 or 8363440. OLE color: 8363440.

HSL color Cylindrical-coordinate representation of color #B09D7F: hue angle of 36.73º 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 #B09D7F is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB176157127-
CMYK00.110.280.31
HSL36.73º23.67%59.41%-
HSV(B)36.73º27.84%69.02%-
XYZ33.7934.8825.03-
YUV159.26109.79139.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 127 (50% from 255) = 27.61%
R=38.26%
G=34.13%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615712700.110.280.3136.7323.6759.41
HexB09D7F0B1C1F25183b
Octal2602351770133437453073
Binary1011000010011101111111101011111001111110010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D7F; }

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

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

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

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

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

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

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

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