Html Css Color HEX #BDA194 Del Rio

📋 copy color: '#BDA194'

red 189 ◦ green 161 ◦ blue 148

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

Shades of Del Rio #BDA194

Tints of Del Rio #BDA194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.33%

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

R = 37.95%
G = 32.33%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BDA194 (or 0xBDA194) is known color: Del Rio. HEX triplet: BD, A1 and 94. RGB value is (189,161,148). Sum of RGB (Red+Green+Blue) = 189+161+148=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA194 is #425E6B. Grayscale: #A7A7A7. Windows color (decimal): -4349548 or 9740733. OLE color: 9740733.

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

Color convert

RGB 189 161 148 -
CMYK 0 0.15 0.22 0.26
HSL 19.02º 0.24% 0.66% -
HSV(B) 19.02º 0.22% 0.74% -
XYZ 39.08 38.45 33.38 -
YUV 167.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 189 161 148 0 0.15 0.22 0.26 19.02 0.24 0.66
Hex BD A1 94 0 F 16 1A 13 18 42
Octal 275 241 224 0 17 26 32 23 30 102
Binary 10111101 10100001 10010100 0 1111 10110 11010 10011 11000 1000010

Color Harmonies of #BDA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA194

Black with #BDA194

Text Example


Text Example

White with #BDA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA194; }

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

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

background-color css

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

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

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

border-color css

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

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

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