Html Css Color HEX #BD9E8E Del Rio

📋 copy color: '#BD9E8E'

red 189 ◦ green 158 ◦ blue 142

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

Shades of Del Rio #BD9E8E

Tints of Del Rio #BD9E8E

RGB

 RED value IS 189 (74.22% from 255) = 38.65%

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

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

R = 38.65%
G = 32.31%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD9E8E (or 0xBD9E8E) is known color: Del Rio. HEX triplet: BD, 9E and 8E. RGB value is (189,158,142). Sum of RGB (Red+Green+Blue) = 189+158+142=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E8E is #426171. Grayscale: #A5A5A5. Windows color (decimal): -4350322 or 9346749. OLE color: 9346749.

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

Color convert

RGB 189 158 142 -
CMYK 0 0.16 0.25 0.26
HSL 20.43º 0.26% 0.65% -
HSV(B) 20.43º 0.25% 0.74% -
XYZ 38.1 37.23 30.77 -
YUV 165.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 189 158 142 0 0.16 0.25 0.26 20.43 0.26 0.65
Hex BD 9E 8E 0 10 19 1A 14 1A 41
Octal 275 236 216 0 20 31 32 24 32 101
Binary 10111101 10011110 10001110 0 10000 11001 11010 10100 11010 1000001

Color Harmonies of #BD9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E8E

Black with #BD9E8E

Text Example


Text Example

White with #BD9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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