Html Css Color HEX #BDA38D Rodeo Dust

📋 copy color: '#BDA38D'

red 189 ◦ green 163 ◦ blue 141

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

Shades of Rodeo Dust #BDA38D

Tints of Rodeo Dust #BDA38D

RGB

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

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

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

R = 38.34%
G = 33.06%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BDA38D (or 0xBDA38D) is known color: Rodeo Dust. HEX triplet: BD, A3 and 8D. RGB value is (189,163,141). Sum of RGB (Red+Green+Blue) = 189+163+141=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA38D is #425C72. Grayscale: #A8A8A8. Windows color (decimal): -4349043 or 9282493. OLE color: 9282493.

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

Color convert

RGB 189 163 141 -
CMYK 0 0.14 0.25 0.26
HSL 27.5º 0.27% 0.65% -
HSV(B) 27.5º 0.25% 0.74% -
XYZ 38.89 38.94 30.66 -
YUV 168.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 189 163 141 0 0.14 0.25 0.26 27.5 0.27 0.65
Hex BD A3 8D 0 E 19 1A 1C 1B 41
Octal 275 243 215 0 16 31 32 34 33 101
Binary 10111101 10100011 10001101 0 1110 11001 11010 11100 11011 1000001

Color Harmonies of #BDA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA38D

Black with #BDA38D

Text Example


Text Example

White with #BDA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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