Html Css Color HEX #BCAE91 Bison Hide

📋 copy color: '#BCAE91'

red 188 ◦ green 174 ◦ blue 145

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

Shades of Bison Hide #BCAE91

Tints of Bison Hide #BCAE91

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 37.08%
G = 34.32%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCAE91 (or 0xBCAE91) is known color: Bison Hide. HEX triplet: BC, AE and 91. RGB value is (188,174,145). Sum of RGB (Red+Green+Blue) = 188+174+145=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE91 is #43516E. Grayscale: #AFAFAF. Windows color (decimal): -4411759 or 9547452. OLE color: 9547452.

HSL color Cylindrical-coordinate representation of color #BCAE91: hue angle of 40.47º degrees, saturation: 0.24, 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 #BCAE91 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 145 -
CMYK 0 0.07 0.23 0.26
HSL 40.47º 0.24% 0.65% -
HSV(B) 40.47º 0.23% 0.74% -
XYZ 40.99 43.01 32.93 -
YUV 174.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 188 174 145 0 0.07 0.23 0.26 40.47 0.24 0.65
Hex BC AE 91 0 7 17 1A 28 18 41
Octal 274 256 221 0 7 27 32 50 30 101
Binary 10111100 10101110 10010001 0 111 10111 11010 101000 11000 1000001

Color Harmonies of #BCAE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE91

Black with #BCAE91

Text Example


Text Example

White with #BCAE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE91; }

 p { color: rgb(188,174,145); }

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

background-color css

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

 a { background-color: rgb(188,174,145); }

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

border-color css

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

 span { border-color: rgb(188,174,145); }

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