Html Css Color HEX #BEA294 Del Rio

📋 copy color: '#BEA294'

red 190 ◦ green 162 ◦ blue 148

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

Shades of Del Rio #BEA294

Tints of Del Rio #BEA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.4%

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 38%
G = 32.4%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BEA294 (or 0xBEA294) is known color: Del Rio. HEX triplet: BE, A2 and 94. RGB value is (190,162,148). Sum of RGB (Red+Green+Blue) = 190+162+148=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA294 is #415D6B. Grayscale: #A8A8A8. Windows color (decimal): -4283756 or 9740990. OLE color: 9740990.

HSL color Cylindrical-coordinate representation of color #BEA294: hue angle of 20º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA294 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 162 148 -
CMYK 0 0.15 0.22 0.25
HSL 20º 0.24% 0.66% -
HSV(B) 20º 0.22% 0.75% -
XYZ 39.5 38.93 33.45 -
YUV 168.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 190 162 148 0 0.15 0.22 0.25 20 0.24 0.66
Hex BE A2 94 0 F 16 19 14 18 42
Octal 276 242 224 0 17 26 31 24 30 102
Binary 10111110 10100010 10010100 0 1111 10110 11001 10100 11000 1000010

Color Harmonies of #BEA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA294

Black with #BEA294

Text Example


Text Example

White with #BEA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA294; }

 p { color: rgb(190,162,148); }

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

background-color css

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

 a { background-color: rgb(190,162,148); }

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

border-color css

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

 span { border-color: rgb(190,162,148); }

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