Html Css Color HEX #BCB294 Bison Hide

📋 copy color: '#BCB294'

red 188 ◦ green 178 ◦ blue 148

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

Shades of Bison Hide #BCB294

Tints of Bison Hide #BCB294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

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

R = 36.58%
G = 34.63%
B = 28.79%

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

#BCB294 (or 0xBCB294) is known color: Bison Hide. HEX triplet: BC, B2 and 94. RGB value is (188,178,148). Sum of RGB (Red+Green+Blue) = 188+178+148=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB294 is #434D6B. Grayscale: #B1B1B1. Windows color (decimal): -4410732 or 9745084. OLE color: 9745084.

HSL color Cylindrical-coordinate representation of color #BCB294: hue angle of 45º 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 #BCB294 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 148 -
CMYK 0 0.05 0.21 0.26
HSL 45º 0.23% 0.66% -
HSV(B) 45º 0.21% 0.74% -
XYZ 42 44.67 34.43 -
YUV 177.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 188 178 148 0 0.05 0.21 0.26 45 0.23 0.66
Hex BC B2 94 0 5 15 1A 2D 17 42
Octal 274 262 224 0 5 25 32 55 27 102
Binary 10111100 10110010 10010100 0 101 10101 11010 101101 10111 1000010

Color Harmonies of #BCB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB294

Black with #BCB294

Text Example


Text Example

White with #BCB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB294; }

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

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

background-color css

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

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

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

border-color css

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

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

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