Html Css Color HEX #B19D78 Bronco

📋 copy color: '#B19D78'

red 177 ◦ green 157 ◦ blue 120

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

Shades of Bronco #B19D78

Tints of Bronco #B19D78

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.58%

 BLUE value IS 120 (47.27% from 255) = 26.43%

R = 38.99%
G = 34.58%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B19D78 (or 0xB19D78) is known color: Bronco. HEX triplet: B1, 9D and 78. RGB value is (177,157,120). Sum of RGB (Red+Green+Blue) = 177+157+120=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 177 - color contains mainly: red. Hex color #B19D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19D78 is #4E6287. Grayscale: #9E9E9E. Windows color (decimal): -5137032 or 7904689. OLE color: 7904689.

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

Color convert

RGB 177 157 120 -
CMYK 0 0.11 0.32 0.31
HSL 38.95º 0.27% 0.58% -
HSV(B) 38.95º 0.32% 0.69% -
XYZ 33.58 34.82 22.72 -
YUV 158.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 177 157 120 0 0.11 0.32 0.31 38.95 0.27 0.58
Hex B1 9D 78 0 B 20 1F 27 1B 3A
Octal 261 235 170 0 13 40 37 47 33 72
Binary 10110001 10011101 1111000 0 1011 100000 11111 100111 11011 111010

Color Harmonies of #B19D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19D78

Black with #B19D78

Text Example


Text Example

White with #B19D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19D78; }

 p { color: rgb(177,157,120); }

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

background-color css

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

 a { background-color: rgb(177,157,120); }

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

border-color css

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

 span { border-color: rgb(177,157,120); }

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