Html Css Color HEX #BEA08E Del Rio

📋 copy color: '#BEA08E'

red 190 ◦ green 160 ◦ blue 142

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

Shades of Del Rio #BEA08E

Tints of Del Rio #BEA08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.86%

R = 38.62%
G = 32.52%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BEA08E (or 0xBEA08E) is known color: Del Rio. HEX triplet: BE, A0 and 8E. RGB value is (190,160,142). Sum of RGB (Red+Green+Blue) = 190+160+142=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA08E is #415F71. Grayscale: #A7A7A7. Windows color (decimal): -4284274 or 9347262. OLE color: 9347262.

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

Color convert

RGB 190 160 142 -
CMYK 0 0.16 0.25 0.25
HSL 22.5º 0.27% 0.65% -
HSV(B) 22.5º 0.25% 0.75% -
XYZ 38.69 38.04 30.89 -
YUV 166.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 190 160 142 0 0.16 0.25 0.25 22.5 0.27 0.65
Hex BE A0 8E 0 10 19 19 16 1B 41
Octal 276 240 216 0 20 31 31 26 33 101
Binary 10111110 10100000 10001110 0 10000 11001 11001 10110 11011 1000001

Color Harmonies of #BEA08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA08E

Black with #BEA08E

Text Example


Text Example

White with #BEA08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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