Html Css Color HEX #BDA68D Rodeo Dust

📋 copy color: '#BDA68D'

red 189 ◦ green 166 ◦ blue 141

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

Shades of Rodeo Dust #BDA68D

Tints of Rodeo Dust #BDA68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.43%

R = 38.1%
G = 33.47%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDA68D (or 0xBDA68D) is known color: Rodeo Dust. HEX triplet: BD, A6 and 8D. RGB value is (189,166,141). Sum of RGB (Red+Green+Blue) = 189+166+141=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA68D is #425972. Grayscale: #AAAAAA. Windows color (decimal): -4348275 or 9283261. OLE color: 9283261.

HSL color Cylindrical-coordinate representation of color #BDA68D: hue angle of 31.25º degrees, saturation: 0.27, 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 #BDA68D is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 141 -
CMYK 0 0.12 0.25 0.26
HSL 31.25º 0.27% 0.65% -
HSV(B) 31.25º 0.25% 0.74% -
XYZ 39.43 40.01 30.84 -
YUV 170.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 189 166 141 0 0.12 0.25 0.26 31.25 0.27 0.65
Hex BD A6 8D 0 C 19 1A 1F 1B 41
Octal 275 246 215 0 14 31 32 37 33 101
Binary 10111101 10100110 10001101 0 1100 11001 11010 11111 11011 1000001

Color Harmonies of #BDA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA68D

Black with #BDA68D

Text Example


Text Example

White with #BDA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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