Html Css Color HEX #BDA391 Del Rio

📋 copy color: '#BDA391'

red 189 ◦ green 163 ◦ blue 145

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

Shades of Del Rio #BDA391

Tints of Del Rio #BDA391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.18%

R = 38.03%
G = 32.8%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDA391 (or 0xBDA391) is known color: Del Rio. HEX triplet: BD, A3 and 91. RGB value is (189,163,145). Sum of RGB (Red+Green+Blue) = 189+163+145=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA391 is #425C6E. Grayscale: #A8A8A8. Windows color (decimal): -4349039 or 9544637. OLE color: 9544637.

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

Color convert

RGB 189 163 145 -
CMYK 0 0.14 0.23 0.26
HSL 24.55º 0.25% 0.65% -
HSV(B) 24.55º 0.23% 0.74% -
XYZ 39.19 39.06 32.26 -
YUV 168.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 189 163 145 0 0.14 0.23 0.26 24.55 0.25 0.65
Hex BD A3 91 0 E 17 1A 19 19 41
Octal 275 243 221 0 16 27 32 31 31 101
Binary 10111101 10100011 10010001 0 1110 10111 11010 11001 11001 1000001

Color Harmonies of #BDA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA391

Black with #BDA391

Text Example


Text Example

White with #BDA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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