Html Css Color HEX #B09E7C Bronco

📋 copy color: '#B09E7C'

red 176 ◦ green 158 ◦ blue 124

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

Shades of Bronco #B09E7C

Tints of Bronco #B09E7C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.5%

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

R = 38.43%
G = 34.5%
B = 27.07%

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

#B09E7C (or 0xB09E7C) is known color: Bronco. HEX triplet: B0, 9E and 7C. RGB value is (176,158,124). Sum of RGB (Red+Green+Blue) = 176+158+124=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E7C is #4F6183. Grayscale: #9F9F9F. Windows color (decimal): -5202308 or 8167088. OLE color: 8167088.

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

Color convert

RGB 176 158 124 -
CMYK 0 0.10 0.30 0.31
HSL 39.23º 0.25% 0.59% -
HSV(B) 39.23º 0.3% 0.69% -
XYZ 33.77 35.14 24.07 -
YUV 159.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 176 158 124 0 0.10 0.30 0.31 39.23 0.25 0.59
Hex B0 9E 7C 0 A 1E 1F 27 19 3B
Octal 260 236 174 0 12 36 37 47 31 73
Binary 10110000 10011110 1111100 0 1010 11110 11111 100111 11001 111011

Color Harmonies of #B09E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E7C

Black with #B09E7C

Text Example


Text Example

White with #B09E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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