Html Css Color HEX #BDA58E Rodeo Dust

📋 copy color: '#BDA58E'

red 189 ◦ green 165 ◦ blue 142

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

Shades of Rodeo Dust #BDA58E

Tints of Rodeo Dust #BDA58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 38.1%
G = 33.27%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDA58E (or 0xBDA58E) is known color: Rodeo Dust. HEX triplet: BD, A5 and 8E. RGB value is (189,165,142). Sum of RGB (Red+Green+Blue) = 189+165+142=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA58E is #425A71. Grayscale: #A9A9A9. Windows color (decimal): -4348530 or 9348541. OLE color: 9348541.

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

Color convert

RGB 189 165 142 -
CMYK 0 0.13 0.25 0.26
HSL 29.36º 0.26% 0.65% -
HSV(B) 29.36º 0.25% 0.74% -
XYZ 39.32 39.68 31.18 -
YUV 169.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 189 165 142 0 0.13 0.25 0.26 29.36 0.26 0.65
Hex BD A5 8E 0 D 19 1A 1D 1A 41
Octal 275 245 216 0 15 31 32 35 32 101
Binary 10111101 10100101 10001110 0 1101 11001 11010 11101 11010 1000001

Color Harmonies of #BDA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA58E

Black with #BDA58E

Text Example


Text Example

White with #BDA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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