Html Css Color HEX #BDA087 Rodeo Dust

📋 copy color: '#BDA087'

red 189 ◦ green 160 ◦ blue 135

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

Shades of Rodeo Dust #BDA087

Tints of Rodeo Dust #BDA087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.89%

R = 39.05%
G = 33.06%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BDA087 (or 0xBDA087) is known color: Rodeo Dust. HEX triplet: BD, A0 and 87. RGB value is (189,160,135). Sum of RGB (Red+Green+Blue) = 189+160+135=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA087 is #425F78. Grayscale: #A5A5A5. Windows color (decimal): -4349817 or 8888509. OLE color: 8888509.

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

Color convert

RGB 189 160 135 -
CMYK 0 0.15 0.29 0.26
HSL 27.78º 0.29% 0.64% -
HSV(B) 27.78º 0.29% 0.74% -
XYZ 37.93 37.71 28.2 -
YUV 165.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 189 160 135 0 0.15 0.29 0.26 27.78 0.29 0.64
Hex BD A0 87 0 F 1D 1A 1C 1D 40
Octal 275 240 207 0 17 35 32 34 35 100
Binary 10111101 10100000 10000111 0 1111 11101 11010 11100 11101 1000000

Color Harmonies of #BDA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA087

Black with #BDA087

Text Example


Text Example

White with #BDA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA087; }

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

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

background-color css

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

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

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

border-color css

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

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

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