Html Css Color HEX #BEA296 Del Rio

📋 copy color: '#BEA296'

red 190 ◦ green 162 ◦ blue 150

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

Shades of Del Rio #BEA296

Tints of Del Rio #BEA296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 37.85%
G = 32.27%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEA296 (or 0xBEA296) is known color: Del Rio. HEX triplet: BE, A2 and 96. RGB value is (190,162,150). Sum of RGB (Red+Green+Blue) = 190+162+150=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA296 is #415D69. Grayscale: #A9A9A9. Windows color (decimal): -4283754 or 9872062. OLE color: 9872062.

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

Color convert

RGB 190 162 150 -
CMYK 0 0.15 0.21 0.25
HSL 18º 0.24% 0.67% -
HSV(B) 18º 0.21% 0.75% -
XYZ 39.66 38.99 34.29 -
YUV 169 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 190 162 150 0 0.15 0.21 0.25 18 0.24 0.67
Hex BE A2 96 0 F 15 19 12 18 43
Octal 276 242 226 0 17 25 31 22 30 103
Binary 10111110 10100010 10010110 0 1111 10101 11001 10010 11000 1000011

Color Harmonies of #BEA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA296

Black with #BEA296

Text Example


Text Example

White with #BEA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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