Html Css Color HEX #BEA18F Del Rio

📋 copy color: '#BEA18F'

red 190 ◦ green 161 ◦ blue 143

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

Shades of Del Rio #BEA18F

Tints of Del Rio #BEA18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.95%

R = 38.46%
G = 32.59%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEA18F (or 0xBEA18F) is known color: Del Rio. HEX triplet: BE, A1 and 8F. RGB value is (190,161,143). Sum of RGB (Red+Green+Blue) = 190+161+143=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA18F is #415E70. Grayscale: #A7A7A7. Windows color (decimal): -4284017 or 9413054. OLE color: 9413054.

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

Color convert

RGB 190 161 143 -
CMYK 0 0.15 0.25 0.25
HSL 22.98º 0.27% 0.65% -
HSV(B) 22.98º 0.25% 0.75% -
XYZ 38.94 38.42 31.35 -
YUV 167.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 190 161 143 0 0.15 0.25 0.25 22.98 0.27 0.65
Hex BE A1 8F 0 F 19 19 17 1B 41
Octal 276 241 217 0 17 31 31 27 33 101
Binary 10111110 10100001 10001111 0 1111 11001 11001 10111 11011 1000001

Color Harmonies of #BEA18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA18F

Black with #BEA18F

Text Example


Text Example

White with #BEA18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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