Html Css Color HEX #BDA390 Rodeo Dust

📋 copy color: '#BDA390'

red 189 ◦ green 163 ◦ blue 144

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

Shades of Rodeo Dust #BDA390

Tints of Rodeo Dust #BDA390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 38.1%
G = 32.86%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDA390 (or 0xBDA390) is known color: Rodeo Dust. HEX triplet: BD, A3 and 90. RGB value is (189,163,144). Sum of RGB (Red+Green+Blue) = 189+163+144=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA390 is #425C6F. Grayscale: #A8A8A8. Windows color (decimal): -4349040 or 9479101. OLE color: 9479101.

HSL color Cylindrical-coordinate representation of color #BDA390: hue angle of 25.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA390 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 163 144 -
CMYK 0 0.14 0.24 0.26
HSL 25.33º 0.25% 0.65% -
HSV(B) 25.33º 0.24% 0.74% -
XYZ 39.12 39.03 31.86 -
YUV 168.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 189 163 144 0 0.14 0.24 0.26 25.33 0.25 0.65
Hex BD A3 90 0 E 18 1A 19 19 41
Octal 275 243 220 0 16 30 32 31 31 101
Binary 10111101 10100011 10010000 0 1110 11000 11010 11001 11001 1000001

Color Harmonies of #BDA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA390

Black with #BDA390

Text Example


Text Example

White with #BDA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA390; }

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

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

background-color css

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

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

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

border-color css

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

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

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