Html Css Color HEX #BEB378 Ecru

📋 copy color: '#BEB378'

red 190 ◦ green 179 ◦ blue 120

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

Shades of Ecru #BEB378

Tints of Ecru #BEB378

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.61%

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

R = 38.85%
G = 36.61%
B = 24.54%

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

#BEB378 (or 0xBEB378) is known color: Ecru. HEX triplet: BE, B3 and 78. RGB value is (190,179,120). Sum of RGB (Red+Green+Blue) = 190+179+120=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB378 is #414C87. Grayscale: #AFAFAF. Windows color (decimal): -4279432 or 7910334. OLE color: 7910334.

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

Color convert

RGB 190 179 120 -
CMYK 0 0.06 0.37 0.25
HSL 50.57º 0.35% 0.61% -
HSV(B) 50.57º 0.37% 0.75% -
XYZ 40.75 44.54 24.22 -
YUV 175.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 190 179 120 0 0.06 0.37 0.25 50.57 0.35 0.61
Hex BE B3 78 0 6 25 19 33 23 3D
Octal 276 263 170 0 6 45 31 63 43 75
Binary 10111110 10110011 1111000 0 110 100101 11001 110011 100011 111101

Color Harmonies of #BEB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB378

Black with #BEB378

Text Example


Text Example

White with #BEB378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB378; }

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

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

background-color css

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

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

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

border-color css

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

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

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