Html Css Color HEX #BDA58C Rodeo Dust

📋 copy color: '#BDA58C'

red 189 ◦ green 165 ◦ blue 140

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

Shades of Rodeo Dust #BDA58C

Tints of Rodeo Dust #BDA58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 38.26%
G = 33.4%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BDA58C (or 0xBDA58C) is known color: Rodeo Dust. HEX triplet: BD, A5 and 8C. RGB value is (189,165,140). Sum of RGB (Red+Green+Blue) = 189+165+140=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA58C is #425A73. Grayscale: #A9A9A9. Windows color (decimal): -4348532 or 9217469. OLE color: 9217469.

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

Color convert

RGB 189 165 140 -
CMYK 0 0.13 0.26 0.26
HSL 30.61º 0.27% 0.65% -
HSV(B) 30.61º 0.26% 0.74% -
XYZ 39.18 39.62 30.39 -
YUV 169.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 189 165 140 0 0.13 0.26 0.26 30.61 0.27 0.65
Hex BD A5 8C 0 D 1A 1A 1F 1B 41
Octal 275 245 214 0 15 32 32 37 33 101
Binary 10111101 10100101 10001100 0 1101 11010 11010 11111 11011 1000001

Color Harmonies of #BDA58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA58C

Black with #BDA58C

Text Example


Text Example

White with #BDA58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA58C; }

 p { color: rgb(189,165,140); }

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

background-color css

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

 a { background-color: rgb(189,165,140); }

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

border-color css

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

 span { border-color: rgb(189,165,140); }

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