Html Css Color HEX #BEB078 Ecru

📋 copy color: '#BEB078'

red 190 ◦ green 176 ◦ blue 120

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

Shades of Ecru #BEB078

Tints of Ecru #BEB078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.21%

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

R = 39.09%
G = 36.21%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEB078 (or 0xBEB078) is known color: Ecru. HEX triplet: BE, B0 and 78. RGB value is (190,176,120). Sum of RGB (Red+Green+Blue) = 190+176+120=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB078 is #414F87. Grayscale: #AEAEAE. Windows color (decimal): -4280200 or 7909566. OLE color: 7909566.

HSL color Cylindrical-coordinate representation of color #BEB078: hue angle of 48º 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 #BEB078 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 176 120 -
CMYK 0 0.07 0.37 0.25
HSL 48º 0.35% 0.61% -
HSV(B) 48º 0.37% 0.75% -
XYZ 40.15 43.35 24.02 -
YUV 173.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 190 176 120 0 0.07 0.37 0.25 48 0.35 0.61
Hex BE B0 78 0 7 25 19 30 23 3D
Octal 276 260 170 0 7 45 31 60 43 75
Binary 10111110 10110000 1111000 0 111 100101 11001 110000 100011 111101

Color Harmonies of #BEB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB078

Black with #BEB078

Text Example


Text Example

White with #BEB078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB078; }

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

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

background-color css

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

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

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

border-color css

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

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

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