Html Css Color HEX #BEBC9C Tana

📋 copy color: '#BEBC9C'

red 190 ◦ green 188 ◦ blue 156

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

Shades of Tana #BEBC9C

Tints of Tana #BEBC9C

RGB

 RED value IS 190 (74.61% from 255) = 35.58%

 GREEN value IS 188 (73.83% from 255) = 35.21%

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

R = 35.58%
G = 35.21%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BEBC9C (or 0xBEBC9C) is known color: Tana. HEX triplet: BE, BC and 9C. RGB value is (190,188,156). Sum of RGB (Red+Green+Blue) = 190+188+156=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBC9C is #414363. Grayscale: #B9B9B9. Windows color (decimal): -4277092 or 10271934. OLE color: 10271934.

HSL color Cylindrical-coordinate representation of color #BEBC9C: hue angle of 56.47º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBC9C is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 156 -
CMYK 0 0.01 0.18 0.25
HSL 56.47º 0.21% 0.68% -
HSV(B) 56.47º 0.18% 0.75% -
XYZ 45.22 49.31 38.59 -
YUV 184.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 190 188 156 0 0.01 0.18 0.25 56.47 0.21 0.68
Hex BE BC 9C 0 1 12 19 38 15 44
Octal 276 274 234 0 1 22 31 70 25 104
Binary 10111110 10111100 10011100 0 1 10010 11001 111000 10101 1000100

Color Harmonies of #BEBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC9C

Black with #BEBC9C

Text Example


Text Example

White with #BEBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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