Html Css Color HEX #BDA38E Rodeo Dust

📋 copy color: '#BDA38E'

red 189 ◦ green 163 ◦ blue 142

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

Shades of Rodeo Dust #BDA38E

Tints of Rodeo Dust #BDA38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.74%

R = 38.26%
G = 33%
B = 28.74%

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

#BDA38E (or 0xBDA38E) is known color: Rodeo Dust. HEX triplet: BD, A3 and 8E. RGB value is (189,163,142). Sum of RGB (Red+Green+Blue) = 189+163+142=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA38E is #425C71. Grayscale: #A8A8A8. Windows color (decimal): -4349042 or 9348029. OLE color: 9348029.

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

Color convert

RGB 189 163 142 -
CMYK 0 0.14 0.25 0.26
HSL 26.81º 0.26% 0.65% -
HSV(B) 26.81º 0.25% 0.74% -
XYZ 38.97 38.97 31.06 -
YUV 168.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 189 163 142 0 0.14 0.25 0.26 26.81 0.26 0.65
Hex BD A3 8E 0 E 19 1A 1B 1A 41
Octal 275 243 216 0 16 31 32 33 32 101
Binary 10111101 10100011 10001110 0 1110 11001 11010 11011 11010 1000001

Color Harmonies of #BDA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA38E

Black with #BDA38E

Text Example


Text Example

White with #BDA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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