Html Css Color HEX #BCBB9D Tana

📋 copy color: '#BCBB9D'

red 188 ◦ green 187 ◦ blue 157

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

Shades of Tana #BCBB9D

Tints of Tana #BCBB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 35.34%
G = 35.15%
B = 29.51%

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

#BCBB9D (or 0xBCBB9D) is known color: Tana. HEX triplet: BC, BB and 9D. RGB value is (188,187,157). Sum of RGB (Red+Green+Blue) = 188+187+157=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB9D is #434462. Grayscale: #B8B8B8. Windows color (decimal): -4408419 or 10337212. OLE color: 10337212.

HSL color Cylindrical-coordinate representation of color #BCBB9D: hue angle of 58.06º degrees, saturation: 0.19, 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 #BCBB9D is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 157 -
CMYK 0 0.01 0.16 0.26
HSL 58.06º 0.19% 0.68% -
HSV(B) 58.06º 0.16% 0.74% -
XYZ 44.6 48.67 38.94 -
YUV 183.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 188 187 157 0 0.01 0.16 0.26 58.06 0.19 0.68
Hex BC BB 9D 0 1 10 1A 3A 13 44
Octal 274 273 235 0 1 20 32 72 23 104
Binary 10111100 10111011 10011101 0 1 10000 11010 111010 10011 1000100

Color Harmonies of #BCBB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB9D

Black with #BCBB9D

Text Example


Text Example

White with #BCBB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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