Html Css Color HEX #BCB89D Tana

📋 copy color: '#BCB89D'

red 188 ◦ green 184 ◦ blue 157

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

Shades of Tana #BCB89D

Tints of Tana #BCB89D

RGB

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

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

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

R = 35.54%
G = 34.78%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCB89D (or 0xBCB89D) is known color: Tana. HEX triplet: BC, B8 and 9D. RGB value is (188,184,157). Sum of RGB (Red+Green+Blue) = 188+184+157=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB89D is #434762. Grayscale: #B6B6B6. Windows color (decimal): -4409187 or 10336444. OLE color: 10336444.

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

Color convert

RGB 188 184 157 -
CMYK 0 0.02 0.16 0.26
HSL 52.26º 0.19% 0.68% -
HSV(B) 52.26º 0.16% 0.74% -
XYZ 43.97 47.41 38.73 -
YUV 182.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 188 184 157 0 0.02 0.16 0.26 52.26 0.19 0.68
Hex BC B8 9D 0 2 10 1A 34 13 44
Octal 274 270 235 0 2 20 32 64 23 104
Binary 10111100 10111000 10011101 0 10 10000 11010 110100 10011 1000100

Color Harmonies of #BCB89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB89D

Black with #BCB89D

Text Example


Text Example

White with #BCB89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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