Html Css Color HEX #BEA096 Del Rio

📋 copy color: '#BEA096'

red 190 ◦ green 160 ◦ blue 150

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

Shades of Del Rio #BEA096

Tints of Del Rio #BEA096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32%

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

R = 38%
G = 32%
B = 30%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEA096 (or 0xBEA096) is known color: Del Rio. HEX triplet: BE, A0 and 96. RGB value is (190,160,150). Sum of RGB (Red+Green+Blue) = 190+160+150=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA096 is #415F69. Grayscale: #A7A7A7. Windows color (decimal): -4284266 or 9871550. OLE color: 9871550.

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

Color convert

RGB 190 160 150 -
CMYK 0 0.16 0.21 0.25
HSL 15º 0.24% 0.67% -
HSV(B) 15º 0.21% 0.75% -
XYZ 39.31 38.29 34.17 -
YUV 167.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 190 160 150 0 0.16 0.21 0.25 15 0.24 0.67
Hex BE A0 96 0 10 15 19 F 18 43
Octal 276 240 226 0 20 25 31 17 30 103
Binary 10111110 10100000 10010110 0 10000 10101 11001 1111 11000 1000011

Color Harmonies of #BEA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA096

Black with #BEA096

Text Example


Text Example

White with #BEA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA096; }

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

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

background-color css

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

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

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

border-color css

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

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

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