Html Css Color HEX #BD9E94 Del Rio

📋 copy color: '#BD9E94'

red 189 ◦ green 158 ◦ blue 148

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

Shades of Del Rio #BD9E94

Tints of Del Rio #BD9E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.9%

R = 38.18%
G = 31.92%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD9E94 (or 0xBD9E94) is known color: Del Rio. HEX triplet: BD, 9E and 94. RGB value is (189,158,148). Sum of RGB (Red+Green+Blue) = 189+158+148=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9E94 is #42616B. Grayscale: #A6A6A6. Windows color (decimal): -4350316 or 9739965. OLE color: 9739965.

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

Color convert

RGB 189 158 148 -
CMYK 0 0.16 0.22 0.26
HSL 14.63º 0.24% 0.66% -
HSV(B) 14.63º 0.22% 0.74% -
XYZ 38.56 37.41 33.21 -
YUV 166.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 189 158 148 0 0.16 0.22 0.26 14.63 0.24 0.66
Hex BD 9E 94 0 10 16 1A F 18 42
Octal 275 236 224 0 20 26 32 17 30 102
Binary 10111101 10011110 10010100 0 10000 10110 11010 1111 11000 1000010

Color Harmonies of #BD9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E94

Black with #BD9E94

Text Example


Text Example

White with #BD9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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