Html Css Color HEX #B09E81 Bronco

📋 copy color: '#B09E81'

red 176 ◦ green 158 ◦ blue 129

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

Shades of Bronco #B09E81

Tints of Bronco #B09E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 38.01%
G = 34.13%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B09E81 (or 0xB09E81) is known color: Bronco. HEX triplet: B0, 9E and 81. RGB value is (176,158,129). Sum of RGB (Red+Green+Blue) = 176+158+129=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E81 is #4F617E. Grayscale: #A0A0A0. Windows color (decimal): -5202303 or 8494768. OLE color: 8494768.

HSL color Cylindrical-coordinate representation of color #B09E81: hue angle of 37.02º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B09E81 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 158 129 -
CMYK 0 0.10 0.27 0.31
HSL 37.02º 0.23% 0.6% -
HSV(B) 37.02º 0.27% 0.69% -
XYZ 34.09 35.27 25.78 -
YUV 160.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 176 158 129 0 0.10 0.27 0.31 37.02 0.23 0.6
Hex B0 9E 81 0 A 1B 1F 25 17 3C
Octal 260 236 201 0 12 33 37 45 27 74
Binary 10110000 10011110 10000001 0 1010 11011 11111 100101 10111 111100

Color Harmonies of #B09E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E81

Black with #B09E81

Text Example


Text Example

White with #B09E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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