Html Css Color HEX #BCB193 Bison Hide

📋 copy color: '#BCB193'

red 188 ◦ green 177 ◦ blue 147

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

Shades of Bison Hide #BCB193

Tints of Bison Hide #BCB193

RGB

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

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

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

R = 36.72%
G = 34.57%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCB193 (or 0xBCB193) is known color: Bison Hide. HEX triplet: BC, B1 and 93. RGB value is (188,177,147). Sum of RGB (Red+Green+Blue) = 188+177+147=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB193 is #434E6C. Grayscale: #B1B1B1. Windows color (decimal): -4410989 or 9679292. OLE color: 9679292.

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

Color convert

RGB 188 177 147 -
CMYK 0 0.06 0.22 0.26
HSL 43.9º 0.23% 0.66% -
HSV(B) 43.9º 0.22% 0.74% -
XYZ 41.73 44.24 33.94 -
YUV 176.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 188 177 147 0 0.06 0.22 0.26 43.9 0.23 0.66
Hex BC B1 93 0 6 16 1A 2C 17 42
Octal 274 261 223 0 6 26 32 54 27 102
Binary 10111100 10110001 10010011 0 110 10110 11010 101100 10111 1000010

Color Harmonies of #BCB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB193

Black with #BCB193

Text Example


Text Example

White with #BCB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB193; }

 p { color: rgb(188,177,147); }

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

background-color css

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

 a { background-color: rgb(188,177,147); }

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

border-color css

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

 span { border-color: rgb(188,177,147); }

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