Html Css Color HEX #BDA085 Rodeo Dust

📋 copy color: '#BDA085'

red 189 ◦ green 160 ◦ blue 133

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

Shades of Rodeo Dust #BDA085

Tints of Rodeo Dust #BDA085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 39.21%
G = 33.2%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BDA085 (or 0xBDA085) is known color: Rodeo Dust. HEX triplet: BD, A0 and 85. RGB value is (189,160,133). Sum of RGB (Red+Green+Blue) = 189+160+133=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA085 is #425F7A. Grayscale: #A5A5A5. Windows color (decimal): -4349819 or 8757437. OLE color: 8757437.

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

Color convert

RGB 189 160 133 -
CMYK 0 0.15 0.30 0.26
HSL 28.93º 0.3% 0.63% -
HSV(B) 28.93º 0.3% 0.74% -
XYZ 37.79 37.65 27.47 -
YUV 165.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 189 160 133 0 0.15 0.30 0.26 28.93 0.3 0.63
Hex BD A0 85 0 F 1E 1A 1D 1E 3F
Octal 275 240 205 0 17 36 32 35 36 77
Binary 10111101 10100000 10000101 0 1111 11110 11010 11101 11110 111111

Color Harmonies of #BDA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA085

Black with #BDA085

Text Example


Text Example

White with #BDA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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