Html Css Color HEX #B09E80 Bronco

📋 copy color: '#B09E80'

red 176 ◦ green 158 ◦ blue 128

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

Shades of Bronco #B09E80

Tints of Bronco #B09E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 38.1%
G = 34.2%
B = 27.71%

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

#B09E80 (or 0xB09E80) is known color: Bronco. HEX triplet: B0, 9E and 80. RGB value is (176,158,128). Sum of RGB (Red+Green+Blue) = 176+158+128=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E80 is #4F617F. Grayscale: #A0A0A0. Windows color (decimal): -5202304 or 8429232. OLE color: 8429232.

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

Color convert

RGB 176 158 128 -
CMYK 0 0.10 0.27 0.31
HSL 37.5º 0.23% 0.6% -
HSV(B) 37.5º 0.27% 0.69% -
XYZ 34.03 35.24 25.43 -
YUV 159.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 176 158 128 0 0.10 0.27 0.31 37.5 0.23 0.6
Hex B0 9E 80 0 A 1B 1F 26 17 3C
Octal 260 236 200 0 12 33 37 46 27 74
Binary 10110000 10011110 10000000 0 1010 11011 11111 100110 10111 111100

Color Harmonies of #B09E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E80

Black with #B09E80

Text Example


Text Example

White with #B09E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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