Html Css Color HEX #B09F84 Bronco

📋 copy color: '#B09F84'

red 176 ◦ green 159 ◦ blue 132

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

Shades of Bronco #B09F84

Tints of Bronco #B09F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.27%

R = 37.69%
G = 34.05%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B09F84 (or 0xB09F84) is known color: Bronco. HEX triplet: B0, 9F and 84. RGB value is (176,159,132). Sum of RGB (Red+Green+Blue) = 176+159+132=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F84 is #4F607B. Grayscale: #A1A1A1. Windows color (decimal): -5202044 or 8691632. OLE color: 8691632.

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

Color convert

RGB 176 159 132 -
CMYK 0 0.10 0.25 0.31
HSL 36.82º 0.22% 0.6% -
HSV(B) 36.82º 0.25% 0.69% -
XYZ 34.47 35.69 26.9 -
YUV 161.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 176 159 132 0 0.10 0.25 0.31 36.82 0.22 0.6
Hex B0 9F 84 0 A 19 1F 25 16 3C
Octal 260 237 204 0 12 31 37 45 26 74
Binary 10110000 10011111 10000100 0 1010 11001 11111 100101 10110 111100

Color Harmonies of #B09F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F84

Black with #B09F84

Text Example


Text Example

White with #B09F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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