Html Css Color HEX #BDA394 Del Rio

📋 copy color: '#BDA394'

red 189 ◦ green 163 ◦ blue 148

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

Shades of Del Rio #BDA394

Tints of Del Rio #BDA394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.6%

R = 37.8%
G = 32.6%
B = 29.6%

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

#BDA394 (or 0xBDA394) is known color: Del Rio. HEX triplet: BD, A3 and 94. RGB value is (189,163,148). Sum of RGB (Red+Green+Blue) = 189+163+148=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA394 is #425C6B. Grayscale: #A9A9A9. Windows color (decimal): -4349036 or 9741245. OLE color: 9741245.

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

Color convert

RGB 189 163 148 -
CMYK 0 0.14 0.22 0.26
HSL 21.95º 0.24% 0.66% -
HSV(B) 21.95º 0.22% 0.74% -
XYZ 39.43 39.15 33.5 -
YUV 169.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 189 163 148 0 0.14 0.22 0.26 21.95 0.24 0.66
Hex BD A3 94 0 E 16 1A 16 18 42
Octal 275 243 224 0 16 26 32 26 30 102
Binary 10111101 10100011 10010100 0 1110 10110 11010 10110 11000 1000010

Color Harmonies of #BDA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA394

Black with #BDA394

Text Example


Text Example

White with #BDA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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