Html Css Color HEX #BDA488 Rodeo Dust

📋 copy color: '#BDA488'

red 189 ◦ green 164 ◦ blue 136

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

Shades of Rodeo Dust #BDA488

Tints of Rodeo Dust #BDA488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 38.65%
G = 33.54%
B = 27.81%

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

#BDA488 (or 0xBDA488) is known color: Rodeo Dust. HEX triplet: BD, A4 and 88. RGB value is (189,164,136). Sum of RGB (Red+Green+Blue) = 189+164+136=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA488 is #425B77. Grayscale: #A8A8A8. Windows color (decimal): -4348792 or 8955069. OLE color: 8955069.

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

Color convert

RGB 189 164 136 -
CMYK 0 0.13 0.28 0.26
HSL 31.7º 0.29% 0.64% -
HSV(B) 31.7º 0.28% 0.74% -
XYZ 38.71 39.15 28.81 -
YUV 168.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 189 164 136 0 0.13 0.28 0.26 31.7 0.29 0.64
Hex BD A4 88 0 D 1C 1A 20 1D 40
Octal 275 244 210 0 15 34 32 40 35 100
Binary 10111101 10100100 10001000 0 1101 11100 11010 100000 11101 1000000

Color Harmonies of #BDA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA488

Black with #BDA488

Text Example


Text Example

White with #BDA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA488; }

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

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

background-color css

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

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

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

border-color css

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

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

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