Html Css Color HEX #BEB175 Ecru

📋 copy color: '#BEB175'

red 190 ◦ green 177 ◦ blue 117

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

Shades of Ecru #BEB175

Tints of Ecru #BEB175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.57%

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 39.26%
G = 36.57%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BEB175 (or 0xBEB175) is known color: Ecru. HEX triplet: BE, B1 and 75. RGB value is (190,177,117). Sum of RGB (Red+Green+Blue) = 190+177+117=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB175 is #414E8A. Grayscale: #AEAEAE. Windows color (decimal): -4279947 or 7713214. OLE color: 7713214.

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

Color convert

RGB 190 177 117 -
CMYK 0 0.07 0.38 0.25
HSL 49.32º 0.36% 0.6% -
HSV(B) 49.32º 0.38% 0.75% -
XYZ 40.17 43.68 23.14 -
YUV 174.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 190 177 117 0 0.07 0.38 0.25 49.32 0.36 0.6
Hex BE B1 75 0 7 26 19 31 24 3C
Octal 276 261 165 0 7 46 31 61 44 74
Binary 10111110 10110001 1110101 0 111 100110 11001 110001 100100 111100

Color Harmonies of #BEB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB175

Black with #BEB175

Text Example


Text Example

White with #BEB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB175; }

 p { color: rgb(190,177,117); }

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

background-color css

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

 a { background-color: rgb(190,177,117); }

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

border-color css

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

 span { border-color: rgb(190,177,117); }

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