Html Css Color HEX #B09D85 Bronco

📋 copy color: '#B09D85'

red 176 ◦ green 157 ◦ blue 133

#B09D85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #B09D85

Tints of Bronco #B09D85

RGB

 RED value IS 176 (69.14% from 255) = 37.77%

 GREEN value IS 157 (61.72% from 255) = 33.69%

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 37.77%
G = 33.69%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B09D85 (or 0xB09D85) is known color: Bronco. HEX triplet: B0, 9D and 85. RGB value is (176,157,133). Sum of RGB (Red+Green+Blue) = 176+157+133=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D85 is #4F627A. Grayscale: #A0A0A0. Windows color (decimal): -5202555 or 8756656. OLE color: 8756656.

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

Color convert

RGB 176 157 133 -
CMYK 0 0.11 0.24 0.31
HSL 33.49º 0.21% 0.61% -
HSV(B) 33.49º 0.24% 0.69% -
XYZ 34.2 35.04 27.15 -
YUV 159.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 176 157 133 0 0.11 0.24 0.31 33.49 0.21 0.61
Hex B0 9D 85 0 B 18 1F 21 15 3D
Octal 260 235 205 0 13 30 37 41 25 75
Binary 10110000 10011101 10000101 0 1011 11000 11111 100001 10101 111101

Color Harmonies of #B09D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D85

Black with #B09D85

Text Example


Text Example

White with #B09D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D85; }

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

 H1.HeaderClassName
 {
   color: #B09D85;
 }
 .AnyTagClassName
 {
   color: #B09D85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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