Html Css Color HEX #B7B19B Bison Hide

📋 copy color: '#B7B19B'

red 183 ◦ green 177 ◦ blue 155

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

Shades of Bison Hide #B7B19B

Tints of Bison Hide #B7B19B

RGB

 RED value IS 183 (71.88% from 255) = 35.53%

 GREEN value IS 177 (69.53% from 255) = 34.37%

 BLUE value IS 155 (60.94% from 255) = 30.1%

R = 35.53%
G = 34.37%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7B19B (or 0xB7B19B) is known color: Bison Hide. HEX triplet: B7, B1 and 9B. RGB value is (183,177,155). Sum of RGB (Red+Green+Blue) = 183+177+155=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B19B is #484E64. Grayscale: #B0B0B0. Windows color (decimal): -4738661 or 10203575. OLE color: 10203575.

HSL color Cylindrical-coordinate representation of color #B7B19B: hue angle of 47.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7B19B is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 155 -
CMYK 0 0.03 0.15 0.28
HSL 47.14º 0.16% 0.66% -
HSV(B) 47.14º 0.15% 0.72% -
XYZ 41.17 43.88 37.31 -
YUV 176.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 183 177 155 0 0.03 0.15 0.28 47.14 0.16 0.66
Hex B7 B1 9B 0 3 F 1C 2F 10 42
Octal 267 261 233 0 3 17 34 57 20 102
Binary 10110111 10110001 10011011 0 11 1111 11100 101111 10000 1000010

Color Harmonies of #B7B19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B19B

Black with #B7B19B

Text Example


Text Example

White with #B7B19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B19B; }

 p { color: rgb(183,177,155); }

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

background-color css

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

 a { background-color: rgb(183,177,155); }

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

border-color css

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

 span { border-color: rgb(183,177,155); }

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