Html Css Color HEX #BEA197 Del Rio

📋 copy color: '#BEA197'

red 190 ◦ green 161 ◦ blue 151

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

Shades of Del Rio #BEA197

Tints of Del Rio #BEA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.07%

 BLUE value IS 151 (59.38% from 255) = 30.08%

R = 37.85%
G = 32.07%
B = 30.08%

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

#BEA197 (or 0xBEA197) is known color: Del Rio. HEX triplet: BE, A1 and 97. RGB value is (190,161,151). Sum of RGB (Red+Green+Blue) = 190+161+151=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA197 is #415E68. Grayscale: #A8A8A8. Windows color (decimal): -4284009 or 9937342. OLE color: 9937342.

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

Color convert

RGB 190 161 151 -
CMYK 0 0.15 0.21 0.25
HSL 15.38º 0.23% 0.67% -
HSV(B) 15.38º 0.21% 0.75% -
XYZ 39.57 38.67 34.66 -
YUV 168.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 190 161 151 0 0.15 0.21 0.25 15.38 0.23 0.67
Hex BE A1 97 0 F 15 19 F 17 43
Octal 276 241 227 0 17 25 31 17 27 103
Binary 10111110 10100001 10010111 0 1111 10101 11001 1111 10111 1000011

Color Harmonies of #BEA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA197

Black with #BEA197

Text Example


Text Example

White with #BEA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA197; }

 p { color: rgb(190,161,151); }

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

background-color css

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

 a { background-color: rgb(190,161,151); }

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

border-color css

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

 span { border-color: rgb(190,161,151); }

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