Html Css Color HEX #BDA195 Del Rio

📋 copy color: '#BDA195'

red 189 ◦ green 161 ◦ blue 149

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

Shades of Del Rio #BDA195

Tints of Del Rio #BDA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.26%

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

R = 37.88%
G = 32.26%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BDA195 (or 0xBDA195) is known color: Del Rio. HEX triplet: BD, A1 and 95. RGB value is (189,161,149). Sum of RGB (Red+Green+Blue) = 189+161+149=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA195 is #425E6A. Grayscale: #A8A8A8. Windows color (decimal): -4349547 or 9806269. OLE color: 9806269.

HSL color Cylindrical-coordinate representation of color #BDA195: hue angle of 18º 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 #BDA195 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 161 149 -
CMYK 0 0.15 0.21 0.26
HSL 18º 0.23% 0.66% -
HSV(B) 18º 0.21% 0.74% -
XYZ 39.16 38.48 33.8 -
YUV 168 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 189 161 149 0 0.15 0.21 0.26 18 0.23 0.66
Hex BD A1 95 0 F 15 1A 12 17 42
Octal 275 241 225 0 17 25 32 22 27 102
Binary 10111101 10100001 10010101 0 1111 10101 11010 10010 10111 1000010

Color Harmonies of #BDA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA195

Black with #BDA195

Text Example


Text Example

White with #BDA195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA195; }

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

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

background-color css

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

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

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

border-color css

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

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

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