Html Css Color HEX #BD9E8C Del Rio

📋 copy color: '#BD9E8C'

red 189 ◦ green 158 ◦ blue 140

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

Shades of Del Rio #BD9E8C

Tints of Del Rio #BD9E8C

RGB

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

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

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

R = 38.81%
G = 32.44%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD9E8C (or 0xBD9E8C) is known color: Del Rio. HEX triplet: BD, 9E and 8C. RGB value is (189,158,140). Sum of RGB (Red+Green+Blue) = 189+158+140=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E8C is #426173. Grayscale: #A5A5A5. Windows color (decimal): -4350324 or 9215677. OLE color: 9215677.

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

Color convert

RGB 189 158 140 -
CMYK 0 0.16 0.26 0.26
HSL 22.04º 0.27% 0.65% -
HSV(B) 22.04º 0.26% 0.74% -
XYZ 37.95 37.17 29.98 -
YUV 165.22 113.77 144.96 -
System Red Green Blue C M Y K H S L
Decimal 189 158 140 0 0.16 0.26 0.26 22.04 0.27 0.65
Hex BD 9E 8C 0 10 1A 1A 16 1B 41
Octal 275 236 214 0 20 32 32 26 33 101
Binary 10111101 10011110 10001100 0 10000 11010 11010 10110 11011 1000001

Color Harmonies of #BD9E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E8C

Black with #BD9E8C

Text Example


Text Example

White with #BD9E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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