Html Css Color HEX #BEA291 Del Rio

📋 copy color: '#BEA291'

red 190 ◦ green 162 ◦ blue 145

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

Shades of Del Rio #BEA291

Tints of Del Rio #BEA291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 38.23%
G = 32.6%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BEA291 (or 0xBEA291) is known color: Del Rio. HEX triplet: BE, A2 and 91. RGB value is (190,162,145). Sum of RGB (Red+Green+Blue) = 190+162+145=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA291 is #415D6E. Grayscale: #A8A8A8. Windows color (decimal): -4283759 or 9544382. OLE color: 9544382.

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

Color convert

RGB 190 162 145 -
CMYK 0 0.15 0.24 0.25
HSL 22.67º 0.26% 0.66% -
HSV(B) 22.67º 0.24% 0.75% -
XYZ 39.27 38.83 32.21 -
YUV 168.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 190 162 145 0 0.15 0.24 0.25 22.67 0.26 0.66
Hex BE A2 91 0 F 18 19 17 1A 42
Octal 276 242 221 0 17 30 31 27 32 102
Binary 10111110 10100010 10010001 0 1111 11000 11001 10111 11010 1000010

Color Harmonies of #BEA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA291

Black with #BEA291

Text Example


Text Example

White with #BEA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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