#B09B7A

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

Shades of Bronco #B09B7A

Tints of Bronco #B09B7A

Color information

#B09B7A (or 0xB09B7A) is unknown color: approx Bronco. HEX triplet: B0, 9B and 7A. RGB value is (176,155,122). Sum of RGB (Red+Green+Blue) = 176+155+122=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B7A is #4F6485. Grayscale: #9D9D9D. Windows color (decimal): -5203078 or 8035248. OLE color: 8035248.

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

Color convert

RGB176155122-
CMYK00.120.310.31
HSL36.67º25.47%58.43%-
HSV(B)36.67º30.68%69.02%-
XYZ33.1434.0823.24-
YUV157.52107.96141.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=38.85%
G=34.22%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615512200.120.310.3136.6725.4758.43
HexB09B7A0C1F1F25193a
Octal2602331720143737453172
Binary1011000010011011111101001100111111111110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B7A; }

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

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

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

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

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

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

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

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