Html Css Color HEX #B19C84 Bronco

📋 copy color: '#B19C84'

red 177 ◦ green 156 ◦ blue 132

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

Shades of Bronco #B19C84

Tints of Bronco #B19C84

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.55%

 BLUE value IS 132 (51.95% from 255) = 28.39%

R = 38.06%
G = 33.55%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B19C84 (or 0xB19C84) is known color: Bronco. HEX triplet: B1, 9C and 84. RGB value is (177,156,132). Sum of RGB (Red+Green+Blue) = 177+156+132=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C84 is #4E637B. Grayscale: #9F9F9F. Windows color (decimal): -5137276 or 8690865. OLE color: 8690865.

HSL color Cylindrical-coordinate representation of color #B19C84: hue angle of 32º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19C84 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 132 -
CMYK 0 0.12 0.25 0.31
HSL 32º 0.22% 0.61% -
HSV(B) 32º 0.25% 0.69% -
XYZ 34.18 34.79 26.74 -
YUV 159.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 177 156 132 0 0.12 0.25 0.31 32 0.22 0.61
Hex B1 9C 84 0 C 19 1F 20 16 3D
Octal 261 234 204 0 14 31 37 40 26 75
Binary 10110001 10011100 10000100 0 1100 11001 11111 100000 10110 111101

Color Harmonies of #B19C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C84

Black with #B19C84

Text Example


Text Example

White with #B19C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C84; }

 p { color: rgb(177,156,132); }

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

background-color css

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

 a { background-color: rgb(177,156,132); }

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

border-color css

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

 span { border-color: rgb(177,156,132); }

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