Html Css Color HEX #BE9E8B Del Rio

📋 copy color: '#BE9E8B'

red 190 ◦ green 158 ◦ blue 139

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

Shades of Del Rio #BE9E8B

Tints of Del Rio #BE9E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 39.01%
G = 32.44%
B = 28.54%

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

#BE9E8B (or 0xBE9E8B) is known color: Del Rio. HEX triplet: BE, 9E and 8B. RGB value is (190,158,139). Sum of RGB (Red+Green+Blue) = 190+158+139=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9E8B is #416174. Grayscale: #A5A5A5. Windows color (decimal): -4284789 or 9150142. OLE color: 9150142.

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

Color convert

RGB 190 158 139 -
CMYK 0 0.17 0.27 0.25
HSL 22.35º 0.28% 0.65% -
HSV(B) 22.35º 0.27% 0.75% -
XYZ 38.12 37.26 29.61 -
YUV 165.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 190 158 139 0 0.17 0.27 0.25 22.35 0.28 0.65
Hex BE 9E 8B 0 11 1B 19 16 1C 41
Octal 276 236 213 0 21 33 31 26 34 101
Binary 10111110 10011110 10001011 0 10001 11011 11001 10110 11100 1000001

Color Harmonies of #BE9E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E8B

Black with #BE9E8B

Text Example


Text Example

White with #BE9E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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