Html Css Color HEX #BDA589 Rodeo Dust

📋 copy color: '#BDA589'

red 189 ◦ green 165 ◦ blue 137

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

Shades of Rodeo Dust #BDA589

Tints of Rodeo Dust #BDA589

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.6%

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

R = 38.49%
G = 33.6%
B = 27.9%

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

#BDA589 (or 0xBDA589) is known color: Rodeo Dust. HEX triplet: BD, A5 and 89. RGB value is (189,165,137). Sum of RGB (Red+Green+Blue) = 189+165+137=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA589 is #425A76. Grayscale: #A9A9A9. Windows color (decimal): -4348535 or 9020861. OLE color: 9020861.

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

Color convert

RGB 189 165 137 -
CMYK 0 0.13 0.28 0.26
HSL 32.31º 0.28% 0.64% -
HSV(B) 32.31º 0.28% 0.74% -
XYZ 38.96 39.54 29.24 -
YUV 168.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 189 165 137 0 0.13 0.28 0.26 32.31 0.28 0.64
Hex BD A5 89 0 D 1C 1A 20 1C 40
Octal 275 245 211 0 15 34 32 40 34 100
Binary 10111101 10100101 10001001 0 1101 11100 11010 100000 11100 1000000

Color Harmonies of #BDA589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA589

Black with #BDA589

Text Example


Text Example

White with #BDA589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA589; }

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

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

background-color css

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

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

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

border-color css

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

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

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