Html Css Color HEX #BCB292 Bison Hide

📋 copy color: '#BCB292'

red 188 ◦ green 178 ◦ blue 146

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

Shades of Bison Hide #BCB292

Tints of Bison Hide #BCB292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 36.72%
G = 34.77%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCB292 (or 0xBCB292) is known color: Bison Hide. HEX triplet: BC, B2 and 92. RGB value is (188,178,146). Sum of RGB (Red+Green+Blue) = 188+178+146=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB292 is #434D6D. Grayscale: #B1B1B1. Windows color (decimal): -4410734 or 9614012. OLE color: 9614012.

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

Color convert

RGB 188 178 146 -
CMYK 0 0.05 0.22 0.26
HSL 45.71º 0.24% 0.65% -
HSV(B) 45.71º 0.22% 0.74% -
XYZ 41.85 44.61 33.6 -
YUV 177.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 188 178 146 0 0.05 0.22 0.26 45.71 0.24 0.65
Hex BC B2 92 0 5 16 1A 2E 18 41
Octal 274 262 222 0 5 26 32 56 30 101
Binary 10111100 10110010 10010010 0 101 10110 11010 101110 11000 1000001

Color Harmonies of #BCB292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB292

Black with #BCB292

Text Example


Text Example

White with #BCB292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB292; }

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

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

background-color css

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

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

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

border-color css

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

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

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