Html Css Color HEX #BCB394 Bison Hide

📋 copy color: '#BCB394'

red 188 ◦ green 179 ◦ blue 148

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

Shades of Bison Hide #BCB394

Tints of Bison Hide #BCB394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.76%

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 36.5%
G = 34.76%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCB394 (or 0xBCB394) is known color: Bison Hide. HEX triplet: BC, B3 and 94. RGB value is (188,179,148). Sum of RGB (Red+Green+Blue) = 188+179+148=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB394 is #434C6B. Grayscale: #B2B2B2. Windows color (decimal): -4410476 or 9745340. OLE color: 9745340.

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

Color convert

RGB 188 179 148 -
CMYK 0 0.05 0.21 0.26
HSL 46.5º 0.23% 0.66% -
HSV(B) 46.5º 0.21% 0.74% -
XYZ 42.2 45.07 34.49 -
YUV 178.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 188 179 148 0 0.05 0.21 0.26 46.5 0.23 0.66
Hex BC B3 94 0 5 15 1A 2E 17 42
Octal 274 263 224 0 5 25 32 56 27 102
Binary 10111100 10110011 10010100 0 101 10101 11010 101110 10111 1000010

Color Harmonies of #BCB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB394

Black with #BCB394

Text Example


Text Example

White with #BCB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB394; }

 p { color: rgb(188,179,148); }

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

background-color css

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

 a { background-color: rgb(188,179,148); }

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

border-color css

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

 span { border-color: rgb(188,179,148); }

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