Html Css Color HEX #B09A79 Bronco

📋 copy color: '#B09A79'

red 176 ◦ green 154 ◦ blue 121

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

Shades of Bronco #B09A79

Tints of Bronco #B09A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 39.02%
G = 34.15%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B09A79 (or 0xB09A79) is known color: Bronco. HEX triplet: B0, 9A and 79. RGB value is (176,154,121). Sum of RGB (Red+Green+Blue) = 176+154+121=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A79 is #4F6586. Grayscale: #9C9C9C. Windows color (decimal): -5203335 or 7969456. OLE color: 7969456.

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

Color convert

RGB 176 154 121 -
CMYK 0 0.12 0.31 0.31
HSL 36º 0.26% 0.58% -
HSV(B) 36º 0.31% 0.69% -
XYZ 32.91 33.72 22.86 -
YUV 156.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 176 154 121 0 0.12 0.31 0.31 36 0.26 0.58
Hex B0 9A 79 0 C 1F 1F 24 1A 3A
Octal 260 232 171 0 14 37 37 44 32 72
Binary 10110000 10011010 1111001 0 1100 11111 11111 100100 11010 111010

Color Harmonies of #B09A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A79

Black with #B09A79

Text Example


Text Example

White with #B09A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A79; }

 p { color: rgb(176,154,121); }

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

background-color css

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

 a { background-color: rgb(176,154,121); }

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

border-color css

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

 span { border-color: rgb(176,154,121); }

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