Html Css Color HEX #B19975 Bronco

📋 copy color: '#B19975'

red 177 ◦ green 153 ◦ blue 117

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

Shades of Bronco #B19975

Tints of Bronco #B19975

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.23%

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 39.6%
G = 34.23%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B19975 (or 0xB19975) is known color: Bronco. HEX triplet: B1, 99 and 75. RGB value is (177,153,117). Sum of RGB (Red+Green+Blue) = 177+153+117=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B19975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19975 is #4E668A. Grayscale: #9C9C9C. Windows color (decimal): -5138059 or 7707057. OLE color: 7707057.

HSL color Cylindrical-coordinate representation of color #B19975: hue angle of 36º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B19975 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 117 -
CMYK 0 0.14 0.34 0.31
HSL 36º 0.28% 0.58% -
HSV(B) 36º 0.34% 0.69% -
XYZ 32.73 33.41 21.55 -
YUV 156.07 105.95 142.93 -
System Red Green Blue C M Y K H S L
Decimal 177 153 117 0 0.14 0.34 0.31 36 0.28 0.58
Hex B1 99 75 0 E 22 1F 24 1C 3A
Octal 261 231 165 0 16 42 37 44 34 72
Binary 10110001 10011001 1110101 0 1110 100010 11111 100100 11100 111010

Color Harmonies of #B19975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19975

Black with #B19975

Text Example


Text Example

White with #B19975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19975; }

 p { color: rgb(177,153,117); }

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

background-color css

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

 a { background-color: rgb(177,153,117); }

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

border-color css

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

 span { border-color: rgb(177,153,117); }

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