Html Css Color HEX #BDA37E Rodeo Dust

📋 copy color: '#BDA37E'

red 189 ◦ green 163 ◦ blue 126

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

Shades of Rodeo Dust #BDA37E

Tints of Rodeo Dust #BDA37E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.1%

 BLUE value IS 126 (49.61% from 255) = 26.36%

R = 39.54%
G = 34.1%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDA37E (or 0xBDA37E) is known color: Rodeo Dust. HEX triplet: BD, A3 and 7E. RGB value is (189,163,126). Sum of RGB (Red+Green+Blue) = 189+163+126=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA37E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA37E is #425C81. Grayscale: #A6A6A6. Windows color (decimal): -4349058 or 8299453. OLE color: 8299453.

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

Color convert

RGB 189 163 126 -
CMYK 0 0.14 0.33 0.26
HSL 35.24º 0.32% 0.62% -
HSV(B) 35.24º 0.33% 0.74% -
XYZ 37.85 38.52 25.18 -
YUV 166.56 105.11 144.01 -
System Red Green Blue C M Y K H S L
Decimal 189 163 126 0 0.14 0.33 0.26 35.24 0.32 0.62
Hex BD A3 7E 0 E 21 1A 23 20 3E
Octal 275 243 176 0 16 41 32 43 40 76
Binary 10111101 10100011 1111110 0 1110 100001 11010 100011 100000 111110

Color Harmonies of #BDA37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA37E

Black with #BDA37E

Text Example


Text Example

White with #BDA37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA37E; }

 p { color: rgb(189,163,126); }

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

background-color css

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

 a { background-color: rgb(189,163,126); }

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

border-color css

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

 span { border-color: rgb(189,163,126); }

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