Html Css Color HEX #BBAF93 Bison Hide

📋 copy color: '#BBAF93'

red 187 ◦ green 175 ◦ blue 147

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

Shades of Bison Hide #BBAF93

Tints of Bison Hide #BBAF93

RGB

 RED value IS 187 (73.44% from 255) = 36.74%

 GREEN value IS 175 (68.75% from 255) = 34.38%

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 36.74%
G = 34.38%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBAF93 (or 0xBBAF93) is known color: Bison Hide. HEX triplet: BB, AF and 93. RGB value is (187,175,147). Sum of RGB (Red+Green+Blue) = 187+175+147=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAF93 is #44506C. Grayscale: #AFAFAF. Windows color (decimal): -4477037 or 9678779. OLE color: 9678779.

HSL color Cylindrical-coordinate representation of color #BBAF93: hue angle of 42º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBAF93 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 147 -
CMYK 0 0.06 0.21 0.27
HSL 42º 0.23% 0.65% -
HSV(B) 42º 0.21% 0.73% -
XYZ 41.09 43.33 33.8 -
YUV 175.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 187 175 147 0 0.06 0.21 0.27 42 0.23 0.65
Hex BB AF 93 0 6 15 1B 2A 17 41
Octal 273 257 223 0 6 25 33 52 27 101
Binary 10111011 10101111 10010011 0 110 10101 11011 101010 10111 1000001

Color Harmonies of #BBAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF93

Black with #BBAF93

Text Example


Text Example

White with #BBAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF93; }

 p { color: rgb(187,175,147); }

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

background-color css

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

 a { background-color: rgb(187,175,147); }

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

border-color css

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

 span { border-color: rgb(187,175,147); }

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