Html Css Color HEX #BCAD90 Bison Hide

📋 copy color: '#BCAD90'

red 188 ◦ green 173 ◦ blue 144

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

Shades of Bison Hide #BCAD90

Tints of Bison Hide #BCAD90

RGB

 RED value IS 188 (73.83% from 255) = 37.23%

 GREEN value IS 173 (67.97% from 255) = 34.26%

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 37.23%
G = 34.26%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCAD90 (or 0xBCAD90) is known color: Bison Hide. HEX triplet: BC, AD and 90. RGB value is (188,173,144). Sum of RGB (Red+Green+Blue) = 188+173+144=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD90 is #43526F. Grayscale: #AEAEAE. Windows color (decimal): -4412016 or 9481660. OLE color: 9481660.

HSL color Cylindrical-coordinate representation of color #BCAD90: hue angle of 39.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAD90 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 173 144 -
CMYK 0 0.08 0.23 0.26
HSL 39.55º 0.25% 0.65% -
HSV(B) 39.55º 0.23% 0.74% -
XYZ 40.72 42.59 32.46 -
YUV 174.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 188 173 144 0 0.08 0.23 0.26 39.55 0.25 0.65
Hex BC AD 90 0 8 17 1A 28 19 41
Octal 274 255 220 0 10 27 32 50 31 101
Binary 10111100 10101101 10010000 0 1000 10111 11010 101000 11001 1000001

Color Harmonies of #BCAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD90

Black with #BCAD90

Text Example


Text Example

White with #BCAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD90; }

 p { color: rgb(188,173,144); }

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

background-color css

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

 a { background-color: rgb(188,173,144); }

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

border-color css

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

 span { border-color: rgb(188,173,144); }

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