Html Css Color HEX #BE9D8A Del Rio

📋 copy color: '#BE9D8A'

red 190 ◦ green 157 ◦ blue 138

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

Shades of Del Rio #BE9D8A

Tints of Del Rio #BE9D8A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.37%

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 39.18%
G = 32.37%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE9D8A (or 0xBE9D8A) is known color: Del Rio. HEX triplet: BE, 9D and 8A. RGB value is (190,157,138). Sum of RGB (Red+Green+Blue) = 190+157+138=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9D8A is #416275. Grayscale: #A4A4A4. Windows color (decimal): -4285046 or 9084350. OLE color: 9084350.

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

Color convert

RGB 190 157 138 -
CMYK 0 0.17 0.27 0.25
HSL 21.92º 0.29% 0.64% -
HSV(B) 21.92º 0.27% 0.75% -
XYZ 37.88 36.9 29.17 -
YUV 164.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 190 157 138 0 0.17 0.27 0.25 21.92 0.29 0.64
Hex BE 9D 8A 0 11 1B 19 16 1D 40
Octal 276 235 212 0 21 33 31 26 35 100
Binary 10111110 10011101 10001010 0 10001 11011 11001 10110 11101 1000000

Color Harmonies of #BE9D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9D8A

Black with #BE9D8A

Text Example


Text Example

White with #BE9D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9D8A; }

 p { color: rgb(190,157,138); }

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

background-color css

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

 a { background-color: rgb(190,157,138); }

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

border-color css

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

 span { border-color: rgb(190,157,138); }

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