Html Css Color HEX #BE9F8C Del Rio

📋 copy color: '#BE9F8C'

red 190 ◦ green 159 ◦ blue 140

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

Shades of Del Rio #BE9F8C

Tints of Del Rio #BE9F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.52%

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 38.85%
G = 32.52%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE9F8C (or 0xBE9F8C) is known color: Del Rio. HEX triplet: BE, 9F and 8C. RGB value is (190,159,140). Sum of RGB (Red+Green+Blue) = 190+159+140=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9F8C is #416073. Grayscale: #A6A6A6. Windows color (decimal): -4284532 or 9215934. OLE color: 9215934.

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

Color convert

RGB 190 159 140 -
CMYK 0 0.16 0.26 0.25
HSL 22.8º 0.28% 0.65% -
HSV(B) 22.8º 0.26% 0.75% -
XYZ 38.37 37.64 30.05 -
YUV 166.1 113.27 145.04 -
System Red Green Blue C M Y K H S L
Decimal 190 159 140 0 0.16 0.26 0.25 22.8 0.28 0.65
Hex BE 9F 8C 0 10 1A 19 17 1C 41
Octal 276 237 214 0 20 32 31 27 34 101
Binary 10111110 10011111 10001100 0 10000 11010 11001 10111 11100 1000001

Color Harmonies of #BE9F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F8C

Black with #BE9F8C

Text Example


Text Example

White with #BE9F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F8C; }

 p { color: rgb(190,159,140); }

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

background-color css

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

 a { background-color: rgb(190,159,140); }

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

border-color css

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

 span { border-color: rgb(190,159,140); }

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