Html Css Color HEX #BEB276 Ecru

📋 copy color: '#BEB276'

red 190 ◦ green 178 ◦ blue 118

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

Shades of Ecru #BEB276

Tints of Ecru #BEB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

 BLUE value IS 118 (46.48% from 255) = 24.28%

R = 39.09%
G = 36.63%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEB276 (or 0xBEB276) is known color: Ecru. HEX triplet: BE, B2 and 76. RGB value is (190,178,118). Sum of RGB (Red+Green+Blue) = 190+178+118=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB276 is #414D89. Grayscale: #AEAEAE. Windows color (decimal): -4279690 or 7779006. OLE color: 7779006.

HSL color Cylindrical-coordinate representation of color #BEB276: hue angle of 50º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEB276 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 178 118 -
CMYK 0 0.06 0.38 0.25
HSL 50º 0.36% 0.6% -
HSV(B) 50º 0.38% 0.75% -
XYZ 40.43 44.1 23.52 -
YUV 174.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 190 178 118 0 0.06 0.38 0.25 50 0.36 0.6
Hex BE B2 76 0 6 26 19 32 24 3C
Octal 276 262 166 0 6 46 31 62 44 74
Binary 10111110 10110010 1110110 0 110 100110 11001 110010 100100 111100

Color Harmonies of #BEB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB276

Black with #BEB276

Text Example


Text Example

White with #BEB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB276; }

 p { color: rgb(190,178,118); }

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

background-color css

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

 a { background-color: rgb(190,178,118); }

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

border-color css

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

 span { border-color: rgb(190,178,118); }

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