Html Css Color HEX #BDA392 Del Rio

📋 copy color: '#BDA392'

red 189 ◦ green 163 ◦ blue 146

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

Shades of Del Rio #BDA392

Tints of Del Rio #BDA392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.32%

R = 37.95%
G = 32.73%
B = 29.32%

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

#BDA392 (or 0xBDA392) is known color: Del Rio. HEX triplet: BD, A3 and 92. RGB value is (189,163,146). Sum of RGB (Red+Green+Blue) = 189+163+146=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA392 is #425C6D. Grayscale: #A8A8A8. Windows color (decimal): -4349038 or 9610173. OLE color: 9610173.

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

Color convert

RGB 189 163 146 -
CMYK 0 0.14 0.23 0.26
HSL 23.72º 0.25% 0.66% -
HSV(B) 23.72º 0.23% 0.74% -
XYZ 39.27 39.09 32.67 -
YUV 168.84 115.11 142.38 -
System Red Green Blue C M Y K H S L
Decimal 189 163 146 0 0.14 0.23 0.26 23.72 0.25 0.66
Hex BD A3 92 0 E 17 1A 18 19 42
Octal 275 243 222 0 16 27 32 30 31 102
Binary 10111101 10100011 10010010 0 1110 10111 11010 11000 11001 1000010

Color Harmonies of #BDA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA392

Black with #BDA392

Text Example


Text Example

White with #BDA392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA392; }

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

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

background-color css

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

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

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

border-color css

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

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

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