Html Css Color HEX #BCB092 Bison Hide

📋 copy color: '#BCB092'

red 188 ◦ green 176 ◦ blue 146

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

Shades of Bison Hide #BCB092

Tints of Bison Hide #BCB092

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 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

#BCB092 (or 0xBCB092) is known color: 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

RGB 188 176 146 -
CMYK 0 0.06 0.22 0.26
HSL 42.86º 0.24% 0.65% -
HSV(B) 42.86º 0.22% 0.74% -
XYZ 41.45 43.82 33.47 -
YUV 176.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 188 176 146 0 0.06 0.22 0.26 42.86 0.24 0.65
Hex BC B0 92 0 6 16 1A 2B 18 41
Octal 274 260 222 0 6 26 32 53 30 101
Binary 10111100 10110000 10010010 0 110 10110 11010 101011 11000 1000001

Color Harmonies of #BCB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB092

Black with #BCB092

Text Example


Text Example

White with #BCB092

Text Example


Text Example

HTML Codes & Css Web 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>