Html Css Color HEX #B19F7C Bronco

📋 copy color: '#B19F7C'

red 177 ◦ green 159 ◦ blue 124

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

Shades of Bronco #B19F7C

Tints of Bronco #B19F7C

RGB

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

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

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

R = 38.48%
G = 34.57%
B = 26.96%

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

#B19F7C (or 0xB19F7C) is known color: Bronco. HEX triplet: B1, 9F and 7C. RGB value is (177,159,124). Sum of RGB (Red+Green+Blue) = 177+159+124=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F7C is #4E6083. Grayscale: #A0A0A0. Windows color (decimal): -5136516 or 8167345. OLE color: 8167345.

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

Color convert

RGB 177 159 124 -
CMYK 0 0.10 0.30 0.31
HSL 39.62º 0.25% 0.59% -
HSV(B) 39.62º 0.3% 0.69% -
XYZ 34.17 35.6 24.14 -
YUV 160.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 177 159 124 0 0.10 0.30 0.31 39.62 0.25 0.59
Hex B1 9F 7C 0 A 1E 1F 28 19 3B
Octal 261 237 174 0 12 36 37 50 31 73
Binary 10110001 10011111 1111100 0 1010 11110 11111 101000 11001 111011

Color Harmonies of #B19F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F7C

Black with #B19F7C

Text Example


Text Example

White with #B19F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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