Html Css Color HEX #BDA393 Del Rio

📋 copy color: '#BDA393'

red 189 ◦ green 163 ◦ blue 147

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

Shades of Del Rio #BDA393

Tints of Del Rio #BDA393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.46%

R = 37.88%
G = 32.67%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDA393 (or 0xBDA393) is known color: Del Rio. HEX triplet: BD, A3 and 93. RGB value is (189,163,147). Sum of RGB (Red+Green+Blue) = 189+163+147=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA393 is #425C6C. Grayscale: #A9A9A9. Windows color (decimal): -4349037 or 9675709. OLE color: 9675709.

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

Color convert

RGB 189 163 147 -
CMYK 0 0.14 0.22 0.26
HSL 22.86º 0.24% 0.66% -
HSV(B) 22.86º 0.22% 0.74% -
XYZ 39.35 39.12 33.08 -
YUV 168.95 115.61 142.3 -
System Red Green Blue C M Y K H S L
Decimal 189 163 147 0 0.14 0.22 0.26 22.86 0.24 0.66
Hex BD A3 93 0 E 16 1A 17 18 42
Octal 275 243 223 0 16 26 32 27 30 102
Binary 10111101 10100011 10010011 0 1110 10110 11010 10111 11000 1000010

Color Harmonies of #BDA393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA393

Black with #BDA393

Text Example


Text Example

White with #BDA393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA393; }

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

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

background-color css

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

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

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

border-color css

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

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

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