Html Css Color HEX #BCB89C Tana

📋 copy color: '#BCB89C'

red 188 ◦ green 184 ◦ blue 156

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

Shades of Tana #BCB89C

Tints of Tana #BCB89C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.85%

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

R = 35.61%
G = 34.85%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCB89C (or 0xBCB89C) is known color: Tana. HEX triplet: BC, B8 and 9C. RGB value is (188,184,156). Sum of RGB (Red+Green+Blue) = 188+184+156=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB89C is #434763. Grayscale: #B6B6B6. Windows color (decimal): -4409188 or 10270908. OLE color: 10270908.

HSL color Cylindrical-coordinate representation of color #BCB89C: hue angle of 52.5º 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 #BCB89C is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 156 -
CMYK 0 0.02 0.17 0.26
HSL 52.5º 0.19% 0.67% -
HSV(B) 52.5º 0.17% 0.74% -
XYZ 43.88 47.37 38.28 -
YUV 182 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 188 184 156 0 0.02 0.17 0.26 52.5 0.19 0.67
Hex BC B8 9C 0 2 11 1A 34 13 43
Octal 274 270 234 0 2 21 32 64 23 103
Binary 10111100 10111000 10011100 0 10 10001 11010 110100 10011 1000011

Color Harmonies of #BCB89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB89C

Black with #BCB89C

Text Example


Text Example

White with #BCB89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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