Html Css Color HEX #B09F7C Bronco

📋 copy color: '#B09F7C'

red 176 ◦ green 159 ◦ blue 124

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

Shades of Bronco #B09F7C

Tints of Bronco #B09F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 38.34%
G = 34.64%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B09F7C (or 0xB09F7C) is known color: Bronco. HEX triplet: B0, 9F and 7C. RGB value is (176,159,124). Sum of RGB (Red+Green+Blue) = 176+159+124=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F7C is #4F6083. Grayscale: #A0A0A0. Windows color (decimal): -5202052 or 8167344. OLE color: 8167344.

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

Color convert

RGB 176 159 124 -
CMYK 0 0.10 0.30 0.31
HSL 40.38º 0.25% 0.59% -
HSV(B) 40.38º 0.3% 0.69% -
XYZ 33.94 35.48 24.13 -
YUV 160.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 176 159 124 0 0.10 0.30 0.31 40.38 0.25 0.59
Hex B0 9F 7C 0 A 1E 1F 28 19 3B
Octal 260 237 174 0 12 36 37 50 31 73
Binary 10110000 10011111 1111100 0 1010 11110 11111 101000 11001 111011

Color Harmonies of #B09F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F7C

Black with #B09F7C

Text Example


Text Example

White with #B09F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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