Html Css Color HEX #BDA294 Del Rio

📋 copy color: '#BDA294'

red 189 ◦ green 162 ◦ blue 148

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

Shades of Del Rio #BDA294

Tints of Del Rio #BDA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.46%

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

R = 37.88%
G = 32.46%
B = 29.66%

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

#BDA294 (or 0xBDA294) is known color: Del Rio. HEX triplet: BD, A2 and 94. RGB value is (189,162,148). Sum of RGB (Red+Green+Blue) = 189+162+148=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA294 is #425D6B. Grayscale: #A8A8A8. Windows color (decimal): -4349292 or 9740989. OLE color: 9740989.

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

Color convert

RGB 189 162 148 -
CMYK 0 0.14 0.22 0.26
HSL 20.49º 0.24% 0.66% -
HSV(B) 20.49º 0.22% 0.74% -
XYZ 39.25 38.8 33.44 -
YUV 168.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 189 162 148 0 0.14 0.22 0.26 20.49 0.24 0.66
Hex BD A2 94 0 E 16 1A 14 18 42
Octal 275 242 224 0 16 26 32 24 30 102
Binary 10111101 10100010 10010100 0 1110 10110 11010 10100 11000 1000010

Color Harmonies of #BDA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA294

Black with #BDA294

Text Example


Text Example

White with #BDA294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA294; }

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

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

background-color css

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

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

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

border-color css

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

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

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