Html Css Color HEX #B09D7C Bronco

📋 copy color: '#B09D7C'

red 176 ◦ green 157 ◦ blue 124

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

Shades of Bronco #B09D7C

Tints of Bronco #B09D7C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.35%

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

R = 38.51%
G = 34.35%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B09D7C (or 0xB09D7C) is known color: Bronco. HEX triplet: B0, 9D and 7C. RGB value is (176,157,124). Sum of RGB (Red+Green+Blue) = 176+157+124=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D7C is #4F6283. Grayscale: #9F9F9F. Windows color (decimal): -5202564 or 8166832. OLE color: 8166832.

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

Color convert

RGB 176 157 124 -
CMYK 0 0.11 0.30 0.31
HSL 38.08º 0.25% 0.59% -
HSV(B) 38.08º 0.3% 0.69% -
XYZ 33.6 34.8 24.01 -
YUV 158.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 176 157 124 0 0.11 0.30 0.31 38.08 0.25 0.59
Hex B0 9D 7C 0 B 1E 1F 26 19 3B
Octal 260 235 174 0 13 36 37 46 31 73
Binary 10110000 10011101 1111100 0 1011 11110 11111 100110 11001 111011

Color Harmonies of #B09D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D7C

Black with #B09D7C

Text Example


Text Example

White with #B09D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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