Html Css Color HEX #B19C85 Bronco

📋 copy color: '#B19C85'

red 177 ◦ green 156 ◦ blue 133

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

Shades of Bronco #B19C85

Tints of Bronco #B19C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 37.98%
G = 33.48%
B = 28.54%

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

#B19C85 (or 0xB19C85) is known color: Bronco. HEX triplet: B1, 9C and 85. RGB value is (177,156,133). Sum of RGB (Red+Green+Blue) = 177+156+133=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C85 is #4E637A. Grayscale: #9F9F9F. Windows color (decimal): -5137275 or 8756401. OLE color: 8756401.

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

Color convert

RGB 177 156 133 -
CMYK 0 0.12 0.25 0.31
HSL 31.36º 0.22% 0.61% -
HSV(B) 31.36º 0.25% 0.69% -
XYZ 34.25 34.82 27.11 -
YUV 159.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 177 156 133 0 0.12 0.25 0.31 31.36 0.22 0.61
Hex B1 9C 85 0 C 19 1F 1F 16 3D
Octal 261 234 205 0 14 31 37 37 26 75
Binary 10110001 10011100 10000101 0 1100 11001 11111 11111 10110 111101

Color Harmonies of #B19C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C85

Black with #B19C85

Text Example


Text Example

White with #B19C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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