Html Css Color HEX #BCB99B Tana

📋 copy color: '#BCB99B'

red 188 ◦ green 185 ◦ blue 155

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

Shades of Tana #BCB99B

Tints of Tana #BCB99B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 35.61%
G = 35.04%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BCB99B (or 0xBCB99B) is known color: Tana. HEX triplet: BC, B9 and 9B. RGB value is (188,185,155). Sum of RGB (Red+Green+Blue) = 188+185+155=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB99B is #434664. Grayscale: #B6B6B6. Windows color (decimal): -4408933 or 10205628. OLE color: 10205628.

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

Color convert

RGB 188 185 155 -
CMYK 0 0.02 0.18 0.26
HSL 54.55º 0.2% 0.67% -
HSV(B) 54.55º 0.18% 0.74% -
XYZ 44 47.76 37.91 -
YUV 182.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 188 185 155 0 0.02 0.18 0.26 54.55 0.2 0.67
Hex BC B9 9B 0 2 12 1A 37 14 43
Octal 274 271 233 0 2 22 32 67 24 103
Binary 10111100 10111001 10011011 0 10 10010 11010 110111 10100 1000011

Color Harmonies of #BCB99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB99B

Black with #BCB99B

Text Example


Text Example

White with #BCB99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB99B; }

 p { color: rgb(188,185,155); }

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

background-color css

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

 a { background-color: rgb(188,185,155); }

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

border-color css

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

 span { border-color: rgb(188,185,155); }

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