Html Css Color HEX #BDA395 Del Rio

📋 copy color: '#BDA395'

red 189 ◦ green 163 ◦ blue 149

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

Shades of Del Rio #BDA395

Tints of Del Rio #BDA395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 37.72%
G = 32.53%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDA395 (or 0xBDA395) is known color: Del Rio. HEX triplet: BD, A3 and 95. RGB value is (189,163,149). Sum of RGB (Red+Green+Blue) = 189+163+149=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA395 is #425C6A. Grayscale: #A9A9A9. Windows color (decimal): -4349035 or 9806781. OLE color: 9806781.

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

Color convert

RGB 189 163 149 -
CMYK 0 0.14 0.21 0.26
HSL 21º 0.23% 0.66% -
HSV(B) 21º 0.21% 0.74% -
XYZ 39.51 39.18 33.91 -
YUV 169.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 189 163 149 0 0.14 0.21 0.26 21 0.23 0.66
Hex BD A3 95 0 E 15 1A 15 17 42
Octal 275 243 225 0 16 25 32 25 27 102
Binary 10111101 10100011 10010101 0 1110 10101 11010 10101 10111 1000010

Color Harmonies of #BDA395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA395

Black with #BDA395

Text Example


Text Example

White with #BDA395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA395; }

 p { color: rgb(189,163,149); }

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

background-color css

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

 a { background-color: rgb(189,163,149); }

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

border-color css

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

 span { border-color: rgb(189,163,149); }

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