Html Css Color HEX #BDA17D Rodeo Dust

📋 copy color: '#BDA17D'

red 189 ◦ green 161 ◦ blue 125

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

Shades of Rodeo Dust #BDA17D

Tints of Rodeo Dust #BDA17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 39.79%
G = 33.89%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDA17D (or 0xBDA17D) is known color: Rodeo Dust. HEX triplet: BD, A1 and 7D. RGB value is (189,161,125). Sum of RGB (Red+Green+Blue) = 189+161+125=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA17D is #425E82. Grayscale: #A5A5A5. Windows color (decimal): -4349571 or 8233405. OLE color: 8233405.

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

Color convert

RGB 189 161 125 -
CMYK 0 0.15 0.34 0.26
HSL 33.75º 0.33% 0.62% -
HSV(B) 33.75º 0.34% 0.74% -
XYZ 37.43 37.79 24.72 -
YUV 165.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 189 161 125 0 0.15 0.34 0.26 33.75 0.33 0.62
Hex BD A1 7D 0 F 22 1A 22 21 3E
Octal 275 241 175 0 17 42 32 42 41 76
Binary 10111101 10100001 1111101 0 1111 100010 11010 100010 100001 111110

Color Harmonies of #BDA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA17D

Black with #BDA17D

Text Example


Text Example

White with #BDA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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