Html Css Color HEX #BEB27A Ecru

📋 copy color: '#BEB27A'

red 190 ◦ green 178 ◦ blue 122

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

Shades of Ecru #BEB27A

Tints of Ecru #BEB27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.9%

R = 38.78%
G = 36.33%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEB27A (or 0xBEB27A) is known color: Ecru. HEX triplet: BE, B2 and 7A. RGB value is (190,178,122). Sum of RGB (Red+Green+Blue) = 190+178+122=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB27A is #414D85. Grayscale: #AFAFAF. Windows color (decimal): -4279686 or 8041150. OLE color: 8041150.

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

Color convert

RGB 190 178 122 -
CMYK 0 0.06 0.36 0.25
HSL 49.41º 0.34% 0.61% -
HSV(B) 49.41º 0.36% 0.75% -
XYZ 40.67 44.19 24.8 -
YUV 175.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 190 178 122 0 0.06 0.36 0.25 49.41 0.34 0.61
Hex BE B2 7A 0 6 24 19 31 22 3D
Octal 276 262 172 0 6 44 31 61 42 75
Binary 10111110 10110010 1111010 0 110 100100 11001 110001 100010 111101

Color Harmonies of #BEB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB27A

Black with #BEB27A

Text Example


Text Example

White with #BEB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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