Html Css Color HEX #BDA396 Del Rio

📋 copy color: '#BDA396'

red 189 ◦ green 163 ◦ blue 150

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

Shades of Del Rio #BDA396

Tints of Del Rio #BDA396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 37.65%
G = 32.47%
B = 29.88%

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

#BDA396 (or 0xBDA396) is known color: Del Rio. HEX triplet: BD, A3 and 96. RGB value is (189,163,150). Sum of RGB (Red+Green+Blue) = 189+163+150=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA396 is #425C69. Grayscale: #A9A9A9. Windows color (decimal): -4349034 or 9872317. OLE color: 9872317.

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

Color convert

RGB 189 163 150 -
CMYK 0 0.14 0.21 0.26
HSL 20º 0.23% 0.66% -
HSV(B) 20º 0.21% 0.74% -
XYZ 39.59 39.22 34.34 -
YUV 169.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 189 163 150 0 0.14 0.21 0.26 20 0.23 0.66
Hex BD A3 96 0 E 15 1A 14 17 42
Octal 275 243 226 0 16 25 32 24 27 102
Binary 10111101 10100011 10010110 0 1110 10101 11010 10100 10111 1000010

Color Harmonies of #BDA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA396

Black with #BDA396

Text Example


Text Example

White with #BDA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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