Html Css Color HEX #BDA192 Del Rio

📋 copy color: '#BDA192'

red 189 ◦ green 161 ◦ blue 146

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

Shades of Del Rio #BDA192

Tints of Del Rio #BDA192

RGB

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

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

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

R = 38.1%
G = 32.46%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BDA192 (or 0xBDA192) is known color: Del Rio. HEX triplet: BD, A1 and 92. RGB value is (189,161,146). Sum of RGB (Red+Green+Blue) = 189+161+146=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA192 is #425E6D. Grayscale: #A7A7A7. Windows color (decimal): -4349550 or 9609661. OLE color: 9609661.

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

Color convert

RGB 189 161 146 -
CMYK 0 0.15 0.23 0.26
HSL 20.93º 0.25% 0.66% -
HSV(B) 20.93º 0.23% 0.74% -
XYZ 38.92 38.38 32.55 -
YUV 167.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 189 161 146 0 0.15 0.23 0.26 20.93 0.25 0.66
Hex BD A1 92 0 F 17 1A 15 19 42
Octal 275 241 222 0 17 27 32 25 31 102
Binary 10111101 10100001 10010010 0 1111 10111 11010 10101 11001 1000010

Color Harmonies of #BDA192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA192

Black with #BDA192

Text Example


Text Example

White with #BDA192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA192; }

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

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

background-color css

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

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

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

border-color css

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

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

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