Html Css Color HEX #BDA083 Rodeo Dust

📋 copy color: '#BDA083'

red 189 ◦ green 160 ◦ blue 131

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

Shades of Rodeo Dust #BDA083

Tints of Rodeo Dust #BDA083

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.33%

 BLUE value IS 131 (51.56% from 255) = 27.29%

R = 39.38%
G = 33.33%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BDA083 (or 0xBDA083) is known color: Rodeo Dust. HEX triplet: BD, A0 and 83. RGB value is (189,160,131). Sum of RGB (Red+Green+Blue) = 189+160+131=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA083 is #425F7C. Grayscale: #A5A5A5. Windows color (decimal): -4349821 or 8626365. OLE color: 8626365.

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

Color convert

RGB 189 160 131 -
CMYK 0 0.15 0.31 0.26
HSL 30º 0.31% 0.63% -
HSV(B) 30º 0.31% 0.74% -
XYZ 37.65 37.6 26.75 -
YUV 165.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 189 160 131 0 0.15 0.31 0.26 30 0.31 0.63
Hex BD A0 83 0 F 1F 1A 1E 1F 3F
Octal 275 240 203 0 17 37 32 36 37 77
Binary 10111101 10100000 10000011 0 1111 11111 11010 11110 11111 111111

Color Harmonies of #BDA083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA083

Black with #BDA083

Text Example


Text Example

White with #BDA083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA083; }

 p { color: rgb(189,160,131); }

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

background-color css

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

 a { background-color: rgb(189,160,131); }

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

border-color css

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

 span { border-color: rgb(189,160,131); }

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