Html Css Color HEX #BE9E8E Del Rio

📋 copy color: '#BE9E8E'

red 190 ◦ green 158 ◦ blue 142

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

Shades of Del Rio #BE9E8E

Tints of Del Rio #BE9E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.24%

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

R = 38.78%
G = 32.24%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE9E8E (or 0xBE9E8E) is known color: Del Rio. HEX triplet: BE, 9E and 8E. RGB value is (190,158,142). Sum of RGB (Red+Green+Blue) = 190+158+142=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E8E is #416171. Grayscale: #A5A5A5. Windows color (decimal): -4284786 or 9346750. OLE color: 9346750.

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

Color convert

RGB 190 158 142 -
CMYK 0 0.17 0.25 0.25
HSL 20º 0.27% 0.65% -
HSV(B) 20º 0.25% 0.75% -
XYZ 38.34 37.35 30.78 -
YUV 165.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 190 158 142 0 0.17 0.25 0.25 20 0.27 0.65
Hex BE 9E 8E 0 11 19 19 14 1B 41
Octal 276 236 216 0 21 31 31 24 33 101
Binary 10111110 10011110 10001110 0 10001 11001 11001 10100 11011 1000001

Color Harmonies of #BE9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E8E

Black with #BE9E8E

Text Example


Text Example

White with #BE9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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