Html Css Color HEX #B19E7C Bronco

📋 copy color: '#B19E7C'

red 177 ◦ green 158 ◦ blue 124

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

Shades of Bronco #B19E7C

Tints of Bronco #B19E7C

RGB

 RED value IS 177 (69.53% from 255) = 38.56%

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

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

R = 38.56%
G = 34.42%
B = 27.02%

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

#B19E7C (or 0xB19E7C) is known color: Bronco. HEX triplet: B1, 9E and 7C. RGB value is (177,158,124). Sum of RGB (Red+Green+Blue) = 177+158+124=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19E7C is #4E6183. Grayscale: #9F9F9F. Windows color (decimal): -5136772 or 8167089. OLE color: 8167089.

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

Color convert

RGB 177 158 124 -
CMYK 0 0.11 0.30 0.31
HSL 38.49º 0.25% 0.59% -
HSV(B) 38.49º 0.3% 0.69% -
XYZ 34 35.26 24.08 -
YUV 159.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 177 158 124 0 0.11 0.30 0.31 38.49 0.25 0.59
Hex B1 9E 7C 0 B 1E 1F 26 19 3B
Octal 261 236 174 0 13 36 37 46 31 73
Binary 10110001 10011110 1111100 0 1011 11110 11111 100110 11001 111011

Color Harmonies of #B19E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19E7C

Black with #B19E7C

Text Example


Text Example

White with #B19E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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