Html Css Color HEX #B09E85 Bronco

📋 copy color: '#B09E85'

red 176 ◦ green 158 ◦ blue 133

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

Shades of Bronco #B09E85

Tints of Bronco #B09E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.83%

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

R = 37.69%
G = 33.83%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B09E85 (or 0xB09E85) is known color: Bronco. HEX triplet: B0, 9E and 85. RGB value is (176,158,133). Sum of RGB (Red+Green+Blue) = 176+158+133=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E85 is #4F617A. Grayscale: #A0A0A0. Windows color (decimal): -5202299 or 8756912. OLE color: 8756912.

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

Color convert

RGB 176 158 133 -
CMYK 0 0.10 0.24 0.31
HSL 34.88º 0.21% 0.61% -
HSV(B) 34.88º 0.24% 0.69% -
XYZ 34.36 35.38 27.21 -
YUV 160.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 176 158 133 0 0.10 0.24 0.31 34.88 0.21 0.61
Hex B0 9E 85 0 A 18 1F 23 15 3D
Octal 260 236 205 0 12 30 37 43 25 75
Binary 10110000 10011110 10000101 0 1010 11000 11111 100011 10101 111101

Color Harmonies of #B09E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E85

Black with #B09E85

Text Example


Text Example

White with #B09E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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