Html Css Color HEX #BEAF7B Ecru

📋 copy color: '#BEAF7B'

red 190 ◦ green 175 ◦ blue 123

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

Shades of Ecru #BEAF7B

Tints of Ecru #BEAF7B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.86%

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 38.93%
G = 35.86%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEAF7B (or 0xBEAF7B) is known color: Ecru. HEX triplet: BE, AF and 7B. RGB value is (190,175,123). Sum of RGB (Red+Green+Blue) = 190+175+123=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF7B is #415084. Grayscale: #ADADAD. Windows color (decimal): -4280453 or 8105918. OLE color: 8105918.

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

Color convert

RGB 190 175 123 -
CMYK 0 0.08 0.35 0.25
HSL 46.57º 0.34% 0.61% -
HSV(B) 46.57º 0.35% 0.75% -
XYZ 40.14 43.04 24.93 -
YUV 173.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 190 175 123 0 0.08 0.35 0.25 46.57 0.34 0.61
Hex BE AF 7B 0 8 23 19 2F 22 3D
Octal 276 257 173 0 10 43 31 57 42 75
Binary 10111110 10101111 1111011 0 1000 100011 11001 101111 100010 111101

Color Harmonies of #BEAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF7B

Black with #BEAF7B

Text Example


Text Example

White with #BEAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF7B; }

 p { color: rgb(190,175,123); }

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

background-color css

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

 a { background-color: rgb(190,175,123); }

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

border-color css

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

 span { border-color: rgb(190,175,123); }

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