Html Css Color HEX #BDA292 Del Rio

📋 copy color: '#BDA292'

red 189 ◦ green 162 ◦ blue 146

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

Shades of Del Rio #BDA292

Tints of Del Rio #BDA292

RGB

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

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

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

R = 38.03%
G = 32.6%
B = 29.38%

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

#BDA292 (or 0xBDA292) is known color: Del Rio. HEX triplet: BD, A2 and 92. RGB value is (189,162,146). Sum of RGB (Red+Green+Blue) = 189+162+146=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA292 is #425D6D. Grayscale: #A8A8A8. Windows color (decimal): -4349294 or 9609917. OLE color: 9609917.

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

Color convert

RGB 189 162 146 -
CMYK 0 0.14 0.23 0.26
HSL 22.33º 0.25% 0.66% -
HSV(B) 22.33º 0.23% 0.74% -
XYZ 39.09 38.73 32.61 -
YUV 168.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 189 162 146 0 0.14 0.23 0.26 22.33 0.25 0.66
Hex BD A2 92 0 E 17 1A 16 19 42
Octal 275 242 222 0 16 27 32 26 31 102
Binary 10111101 10100010 10010010 0 1110 10111 11010 10110 11001 1000010

Color Harmonies of #BDA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA292

Black with #BDA292

Text Example


Text Example

White with #BDA292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA292; }

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

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

background-color css

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

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

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

border-color css

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

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

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