Html Css Color HEX #BEB67A Ecru

📋 copy color: '#BEB67A'

red 190 ◦ green 182 ◦ blue 122

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

Shades of Ecru #BEB67A

Tints of Ecru #BEB67A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.84%

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

R = 38.46%
G = 36.84%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BEB67A (or 0xBEB67A) is known color: Ecru. HEX triplet: BE, B6 and 7A. RGB value is (190,182,122). Sum of RGB (Red+Green+Blue) = 190+182+122=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB67A is #414985. Grayscale: #B1B1B1. Windows color (decimal): -4278662 or 8042174. OLE color: 8042174.

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

Color convert

RGB 190 182 122 -
CMYK 0 0.04 0.36 0.25
HSL 52.94º 0.34% 0.61% -
HSV(B) 52.94º 0.36% 0.75% -
XYZ 41.48 45.81 25.07 -
YUV 177.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 190 182 122 0 0.04 0.36 0.25 52.94 0.34 0.61
Hex BE B6 7A 0 4 24 19 35 22 3D
Octal 276 266 172 0 4 44 31 65 42 75
Binary 10111110 10110110 1111010 0 100 100100 11001 110101 100010 111101

Color Harmonies of #BEB67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB67A

Black with #BEB67A

Text Example


Text Example

White with #BEB67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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