Html Css Color HEX #BDA089 Rodeo Dust

📋 copy color: '#BDA089'

red 189 ◦ green 160 ◦ blue 137

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

Shades of Rodeo Dust #BDA089

Tints of Rodeo Dust #BDA089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.92%

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

R = 38.89%
G = 32.92%
B = 28.19%

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

#BDA089 (or 0xBDA089) is known color: Rodeo Dust. HEX triplet: BD, A0 and 89. RGB value is (189,160,137). Sum of RGB (Red+Green+Blue) = 189+160+137=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA089 is #425F76. Grayscale: #A6A6A6. Windows color (decimal): -4349815 or 9019581. OLE color: 9019581.

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

Color convert

RGB 189 160 137 -
CMYK 0 0.15 0.28 0.26
HSL 26.54º 0.28% 0.64% -
HSV(B) 26.54º 0.28% 0.74% -
XYZ 38.07 37.77 28.95 -
YUV 166.05 111.61 144.37 -
System Red Green Blue C M Y K H S L
Decimal 189 160 137 0 0.15 0.28 0.26 26.54 0.28 0.64
Hex BD A0 89 0 F 1C 1A 1B 1C 40
Octal 275 240 211 0 17 34 32 33 34 100
Binary 10111101 10100000 10001001 0 1111 11100 11010 11011 11100 1000000

Color Harmonies of #BDA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA089

Black with #BDA089

Text Example


Text Example

White with #BDA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA089; }

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

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

background-color css

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

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

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

border-color css

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

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

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