Html Css Color HEX #BDA68F Rodeo Dust

📋 copy color: '#BDA68F'

red 189 ◦ green 166 ◦ blue 143

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

Shades of Rodeo Dust #BDA68F

Tints of Rodeo Dust #BDA68F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.33%

 BLUE value IS 143 (56.25% from 255) = 28.71%

R = 37.95%
G = 33.33%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BDA68F (or 0xBDA68F) is known color: Rodeo Dust. HEX triplet: BD, A6 and 8F. RGB value is (189,166,143). Sum of RGB (Red+Green+Blue) = 189+166+143=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 143 (56.25% from 255 or 28.71% from 498); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA68F is #425970. Grayscale: #AAAAAA. Windows color (decimal): -4348273 or 9414333. OLE color: 9414333.

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

Color convert

RGB 189 166 143 -
CMYK 0 0.12 0.24 0.26
HSL 30º 0.26% 0.65% -
HSV(B) 30º 0.24% 0.74% -
XYZ 39.58 40.07 31.64 -
YUV 170.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 189 166 143 0 0.12 0.24 0.26 30 0.26 0.65
Hex BD A6 8F 0 C 18 1A 1E 1A 41
Octal 275 246 217 0 14 30 32 36 32 101
Binary 10111101 10100110 10001111 0 1100 11000 11010 11110 11010 1000001

Color Harmonies of #BDA68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA68F

Black with #BDA68F

Text Example


Text Example

White with #BDA68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA68F; }

 p { color: rgb(189,166,143); }

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

background-color css

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

 a { background-color: rgb(189,166,143); }

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

border-color css

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

 span { border-color: rgb(189,166,143); }

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