Html Css Color HEX #BDA189 Rodeo Dust

📋 copy color: '#BDA189'

red 189 ◦ green 161 ◦ blue 137

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

Shades of Rodeo Dust #BDA189

Tints of Rodeo Dust #BDA189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.13%

R = 38.81%
G = 33.06%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDA189 (or 0xBDA189) is known color: Rodeo Dust. HEX triplet: BD, A1 and 89. RGB value is (189,161,137). Sum of RGB (Red+Green+Blue) = 189+161+137=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA189 is #425E76. Grayscale: #A6A6A6. Windows color (decimal): -4349559 or 9019837. OLE color: 9019837.

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

Color convert

RGB 189 161 137 -
CMYK 0 0.15 0.28 0.26
HSL 27.69º 0.28% 0.64% -
HSV(B) 27.69º 0.28% 0.74% -
XYZ 38.25 38.11 29.01 -
YUV 166.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 189 161 137 0 0.15 0.28 0.26 27.69 0.28 0.64
Hex BD A1 89 0 F 1C 1A 1C 1C 40
Octal 275 241 211 0 17 34 32 34 34 100
Binary 10111101 10100001 10001001 0 1111 11100 11010 11100 11100 1000000

Color Harmonies of #BDA189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA189

Black with #BDA189

Text Example


Text Example

White with #BDA189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA189; }

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

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

background-color css

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

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

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

border-color css

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

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

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