#BCB092

Color #BCB092 Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #BCB092

Tints of Bison Hide #BCB092

Color information

#BCB092 (or 0xBCB092) is unknown color: approx Bison Hide. HEX triplet: BC, B0 and 92. RGB value is (188,176,146). Sum of RGB (Red+Green+Blue) = 188+176+146=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB092 is #434F6D. Grayscale: #B0B0B0. Windows color (decimal): -4411246 or 9613500. OLE color: 9613500.

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

Color convert

RGB188176146-
CMYK00.060.220.26
HSL42.86º23.86%65.49%-
HSV(B)42.86º22.34%73.73%-
XYZ41.4543.8233.47-
YUV176.17110.98136.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=36.86%
G=34.51%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817614600.060.220.2642.8623.8665.49
HexBCB09206161A2b1841
Octal2742602220626325330101
Binary10111100101100001001001001101011011010101011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB092; }

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

 H1.HeaderClassName
 {
   color: #BCB092;
 }
 .AnyTagClassName
 {
   color: #BCB092;
 }
</style>
background-color css

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

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

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

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

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

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