Html Css Color HEX #BDA382 Rodeo Dust

📋 copy color: '#BDA382'

red 189 ◦ green 163 ◦ blue 130

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

Shades of Rodeo Dust #BDA382

Tints of Rodeo Dust #BDA382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.97%

R = 39.21%
G = 33.82%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDA382 (or 0xBDA382) is known color: Rodeo Dust. HEX triplet: BD, A3 and 82. RGB value is (189,163,130). Sum of RGB (Red+Green+Blue) = 189+163+130=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA382 is #425C7D. Grayscale: #A7A7A7. Windows color (decimal): -4349054 or 8561597. OLE color: 8561597.

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

Color convert

RGB 189 163 130 -
CMYK 0 0.14 0.31 0.26
HSL 33.56º 0.31% 0.63% -
HSV(B) 33.56º 0.31% 0.74% -
XYZ 38.11 38.62 26.57 -
YUV 167.01 107.11 143.68 -
System Red Green Blue C M Y K H S L
Decimal 189 163 130 0 0.14 0.31 0.26 33.56 0.31 0.63
Hex BD A3 82 0 E 1F 1A 22 1F 3F
Octal 275 243 202 0 16 37 32 42 37 77
Binary 10111101 10100011 10000010 0 1110 11111 11010 100010 11111 111111

Color Harmonies of #BDA382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA382

Black with #BDA382

Text Example


Text Example

White with #BDA382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA382; }

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

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

background-color css

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

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

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

border-color css

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

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

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