Html Css Color HEX #BCBB9C Tana

📋 copy color: '#BCBB9C'

red 188 ◦ green 187 ◦ blue 156

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

Shades of Tana #BCBB9C

Tints of Tana #BCBB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.38%

R = 35.4%
G = 35.22%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCBB9C (or 0xBCBB9C) is known color: Tana. HEX triplet: BC, BB and 9C. RGB value is (188,187,156). Sum of RGB (Red+Green+Blue) = 188+187+156=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB9C is #434463. Grayscale: #B7B7B7. Windows color (decimal): -4408420 or 10271676. OLE color: 10271676.

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

Color convert

RGB 188 187 156 -
CMYK 0 0.01 0.17 0.26
HSL 58.13º 0.19% 0.67% -
HSV(B) 58.13º 0.17% 0.74% -
XYZ 44.51 48.63 38.49 -
YUV 183.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 188 187 156 0 0.01 0.17 0.26 58.13 0.19 0.67
Hex BC BB 9C 0 1 11 1A 3A 13 43
Octal 274 273 234 0 1 21 32 72 23 103
Binary 10111100 10111011 10011100 0 1 10001 11010 111010 10011 1000011

Color Harmonies of #BCBB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB9C

Black with #BCBB9C

Text Example


Text Example

White with #BCBB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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