Html Css Color HEX #B09B80 Bronco

📋 copy color: '#B09B80'

red 176 ◦ green 155 ◦ blue 128

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

Shades of Bronco #B09B80

Tints of Bronco #B09B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.77%

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

R = 38.34%
G = 33.77%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B09B80 (or 0xB09B80) is known color: Bronco. HEX triplet: B0, 9B and 80. RGB value is (176,155,128). Sum of RGB (Red+Green+Blue) = 176+155+128=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B80 is #4F647F. Grayscale: #9E9E9E. Windows color (decimal): -5203072 or 8428464. OLE color: 8428464.

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

Color convert

RGB 176 155 128 -
CMYK 0 0.12 0.27 0.31
HSL 33.75º 0.23% 0.6% -
HSV(B) 33.75º 0.27% 0.69% -
XYZ 33.52 34.23 25.26 -
YUV 158.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 176 155 128 0 0.12 0.27 0.31 33.75 0.23 0.6
Hex B0 9B 80 0 C 1B 1F 22 17 3C
Octal 260 233 200 0 14 33 37 42 27 74
Binary 10110000 10011011 10000000 0 1100 11011 11111 100010 10111 111100

Color Harmonies of #B09B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B80

Black with #B09B80

Text Example


Text Example

White with #B09B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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