Html Css Color HEX #B09F82 Bronco

📋 copy color: '#B09F82'

red 176 ◦ green 159 ◦ blue 130

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

Shades of Bronco #B09F82

Tints of Bronco #B09F82

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 37.85%
G = 34.19%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B09F82 (or 0xB09F82) is known color: Bronco. HEX triplet: B0, 9F and 82. RGB value is (176,159,130). Sum of RGB (Red+Green+Blue) = 176+159+130=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F82 is #4F607D. Grayscale: #A0A0A0. Windows color (decimal): -5202046 or 8560560. OLE color: 8560560.

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

Color convert

RGB 176 159 130 -
CMYK 0 0.10 0.26 0.31
HSL 37.83º 0.23% 0.6% -
HSV(B) 37.83º 0.26% 0.69% -
XYZ 34.33 35.64 26.19 -
YUV 160.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 176 159 130 0 0.10 0.26 0.31 37.83 0.23 0.6
Hex B0 9F 82 0 A 1A 1F 26 17 3C
Octal 260 237 202 0 12 32 37 46 27 74
Binary 10110000 10011111 10000010 0 1010 11010 11111 100110 10111 111100

Color Harmonies of #B09F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F82

Black with #B09F82

Text Example


Text Example

White with #B09F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F82; }

 p { color: rgb(176,159,130); }

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

background-color css

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

 a { background-color: rgb(176,159,130); }

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

border-color css

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

 span { border-color: rgb(176,159,130); }

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