Html Css Color HEX #BCBB9E Tana

📋 copy color: '#BCBB9E'

red 188 ◦ green 187 ◦ blue 158

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

Shades of Tana #BCBB9E

Tints of Tana #BCBB9E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.08%

 BLUE value IS 158 (62.11% from 255) = 29.64%

R = 35.27%
G = 35.08%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCBB9E (or 0xBCBB9E) is known color: Tana. HEX triplet: BC, BB and 9E. RGB value is (188,187,158). Sum of RGB (Red+Green+Blue) = 188+187+158=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB9E is #434461. Grayscale: #B8B8B8. Windows color (decimal): -4408418 or 10402748. OLE color: 10402748.

HSL color Cylindrical-coordinate representation of color #BCBB9E: hue angle of 58º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBB9E is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 158 -
CMYK 0 0.01 0.16 0.26
HSL 58º 0.18% 0.68% -
HSV(B) 58º 0.16% 0.74% -
XYZ 44.68 48.7 39.39 -
YUV 183.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 188 187 158 0 0.01 0.16 0.26 58 0.18 0.68
Hex BC BB 9E 0 1 10 1A 3A 12 44
Octal 274 273 236 0 1 20 32 72 22 104
Binary 10111100 10111011 10011110 0 1 10000 11010 111010 10010 1000100

Color Harmonies of #BCBB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB9E

Black with #BCBB9E

Text Example


Text Example

White with #BCBB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB9E; }

 p { color: rgb(188,187,158); }

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

background-color css

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

 a { background-color: rgb(188,187,158); }

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

border-color css

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

 span { border-color: rgb(188,187,158); }

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