Html Css Color HEX #BDA489 Rodeo Dust

📋 copy color: '#BDA489'

red 189 ◦ green 164 ◦ blue 137

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

Shades of Rodeo Dust #BDA489

Tints of Rodeo Dust #BDA489

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.47%

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

R = 38.57%
G = 33.47%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BDA489 (or 0xBDA489) is known color: Rodeo Dust. HEX triplet: BD, A4 and 89. RGB value is (189,164,137). Sum of RGB (Red+Green+Blue) = 189+164+137=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA489 is #425B76. Grayscale: #A8A8A8. Windows color (decimal): -4348791 or 9020605. OLE color: 9020605.

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

Color convert

RGB 189 164 137 -
CMYK 0 0.13 0.28 0.26
HSL 31.15º 0.28% 0.64% -
HSV(B) 31.15º 0.28% 0.74% -
XYZ 38.78 39.18 29.18 -
YUV 168.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 189 164 137 0 0.13 0.28 0.26 31.15 0.28 0.64
Hex BD A4 89 0 D 1C 1A 1F 1C 40
Octal 275 244 211 0 15 34 32 37 34 100
Binary 10111101 10100100 10001001 0 1101 11100 11010 11111 11100 1000000

Color Harmonies of #BDA489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA489

Black with #BDA489

Text Example


Text Example

White with #BDA489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA489; }

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

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

background-color css

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

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

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

border-color css

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

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

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