Html Css Color HEX #B19978 Bronco

📋 copy color: '#B19978'

red 177 ◦ green 153 ◦ blue 120

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

Shades of Bronco #B19978

Tints of Bronco #B19978

RGB

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

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

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

R = 39.33%
G = 34%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B19978 (or 0xB19978) is known color: Bronco. HEX triplet: B1, 99 and 78. RGB value is (177,153,120). Sum of RGB (Red+Green+Blue) = 177+153+120=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B19978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19978 is #4E6687. Grayscale: #9C9C9C. Windows color (decimal): -5138056 or 7903665. OLE color: 7903665.

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

Color convert

RGB 177 153 120 -
CMYK 0 0.14 0.32 0.31
HSL 34.74º 0.27% 0.58% -
HSV(B) 34.74º 0.32% 0.69% -
XYZ 32.91 33.49 22.5 -
YUV 156.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 177 153 120 0 0.14 0.32 0.31 34.74 0.27 0.58
Hex B1 99 78 0 E 20 1F 23 1B 3A
Octal 261 231 170 0 16 40 37 43 33 72
Binary 10110001 10011001 1111000 0 1110 100000 11111 100011 11011 111010

Color Harmonies of #B19978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19978

Black with #B19978

Text Example


Text Example

White with #B19978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19978; }

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

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

background-color css

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

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

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

border-color css

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

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

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