Html Css Color HEX #BDA188 Rodeo Dust

📋 copy color: '#BDA188'

red 189 ◦ green 161 ◦ blue 136

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

Shades of Rodeo Dust #BDA188

Tints of Rodeo Dust #BDA188

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

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

R = 38.89%
G = 33.13%
B = 27.98%

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

#BDA188 (or 0xBDA188) is known color: Rodeo Dust. HEX triplet: BD, A1 and 88. RGB value is (189,161,136). Sum of RGB (Red+Green+Blue) = 189+161+136=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 136 (53.52% from 255 or 27.98% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA188 is #425E77. Grayscale: #A6A6A6. Windows color (decimal): -4349560 or 8954301. OLE color: 8954301.

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

Color convert

RGB 189 161 136 -
CMYK 0 0.15 0.28 0.26
HSL 28.3º 0.29% 0.64% -
HSV(B) 28.3º 0.28% 0.74% -
XYZ 38.18 38.09 28.63 -
YUV 166.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 189 161 136 0 0.15 0.28 0.26 28.3 0.29 0.64
Hex BD A1 88 0 F 1C 1A 1C 1D 40
Octal 275 241 210 0 17 34 32 34 35 100
Binary 10111101 10100001 10001000 0 1111 11100 11010 11100 11101 1000000

Color Harmonies of #BDA188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA188

Black with #BDA188

Text Example


Text Example

White with #BDA188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA188; }

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

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

background-color css

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

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

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

border-color css

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

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

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