Html Css Color HEX #BD9D8F Del Rio

📋 copy color: '#BD9D8F'

red 189 ◦ green 157 ◦ blue 143

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

Shades of Del Rio #BD9D8F

Tints of Del Rio #BD9D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 38.65%
G = 32.11%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD9D8F (or 0xBD9D8F) is known color: Del Rio. HEX triplet: BD, 9D and 8F. RGB value is (189,157,143). Sum of RGB (Red+Green+Blue) = 189+157+143=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D8F is #426270. Grayscale: #A5A5A5. Windows color (decimal): -4350577 or 9412029. OLE color: 9412029.

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

Color convert

RGB 189 157 143 -
CMYK 0 0.17 0.24 0.26
HSL 18.26º 0.26% 0.65% -
HSV(B) 18.26º 0.24% 0.74% -
XYZ 38 36.92 31.11 -
YUV 164.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 189 157 143 0 0.17 0.24 0.26 18.26 0.26 0.65
Hex BD 9D 8F 0 11 18 1A 12 1A 41
Octal 275 235 217 0 21 30 32 22 32 101
Binary 10111101 10011101 10001111 0 10001 11000 11010 10010 11010 1000001

Color Harmonies of #BD9D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D8F

Black with #BD9D8F

Text Example


Text Example

White with #BD9D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D8F; }

 p { color: rgb(189,157,143); }

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

background-color css

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

 a { background-color: rgb(189,157,143); }

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

border-color css

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

 span { border-color: rgb(189,157,143); }

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