#BDA283

Color #BDA283 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #BDA283

Tints of Rodeo Dust #BDA283

Color information

#BDA283 (or 0xBDA283) is unknown color: approx Rodeo Dust. HEX triplet: BD, A2 and 83. RGB value is (189,162,131). Sum of RGB (Red+Green+Blue) = 189+162+131=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA283 is #425D7C. Grayscale: #A6A6A6. Windows color (decimal): -4349309 or 8626877. OLE color: 8626877.

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

Color convert

RGB189162131-
CMYK00.140.310.26
HSL32.07º30.53%62.75%-
HSV(B)32.07º30.69%74.12%-
XYZ3838.326.86-
YUV166.54107.95144.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 162 (63.67% from 255) = 33.61%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=39.21%
G=33.61%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916213100.140.310.2632.0730.5362.75
HexBDA2830E1F1A201f3f
Octal2752422030163732403777
Binary10111101101000101000001101110111111101010000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA283; }

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

 H1.HeaderClassName
 {
   color: #BDA283;
 }
 .AnyTagClassName
 {
   color: #BDA283;
 }
</style>
background-color css

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

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

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

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

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

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