Html Css Color HEX #BEB278 Ecru

📋 copy color: '#BEB278'

red 190 ◦ green 178 ◦ blue 120

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

Shades of Ecru #BEB278

Tints of Ecru #BEB278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 38.93%
G = 36.48%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEB278 (or 0xBEB278) is known color: Ecru. HEX triplet: BE, B2 and 78. RGB value is (190,178,120). Sum of RGB (Red+Green+Blue) = 190+178+120=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB278 is #414D87. Grayscale: #AFAFAF. Windows color (decimal): -4279688 or 7910078. OLE color: 7910078.

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

Color convert

RGB 190 178 120 -
CMYK 0 0.06 0.37 0.25
HSL 49.71º 0.35% 0.61% -
HSV(B) 49.71º 0.37% 0.75% -
XYZ 40.55 44.14 24.15 -
YUV 174.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 190 178 120 0 0.06 0.37 0.25 49.71 0.35 0.61
Hex BE B2 78 0 6 25 19 32 23 3D
Octal 276 262 170 0 6 45 31 62 43 75
Binary 10111110 10110010 1111000 0 110 100101 11001 110010 100011 111101

Color Harmonies of #BEB278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB278

Black with #BEB278

Text Example


Text Example

White with #BEB278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB278; }

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

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

background-color css

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

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

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

border-color css

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

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

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