Html Css Color HEX #BCA386 Rodeo Dust

📋 copy color: '#BCA386'

red 188 ◦ green 163 ◦ blue 134

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

Shades of Rodeo Dust #BCA386

Tints of Rodeo Dust #BCA386

RGB

 RED value IS 188 (73.83% from 255) = 38.76%

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

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 38.76%
G = 33.61%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCA386 (or 0xBCA386) is known color: Rodeo Dust. HEX triplet: BC, A3 and 86. RGB value is (188,163,134). Sum of RGB (Red+Green+Blue) = 188+163+134=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA386 is #435C79. Grayscale: #A7A7A7. Windows color (decimal): -4414586 or 8823740. OLE color: 8823740.

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

Color convert

RGB 188 163 134 -
CMYK 0 0.13 0.29 0.26
HSL 32.22º 0.29% 0.63% -
HSV(B) 32.22º 0.29% 0.74% -
XYZ 38.14 38.61 28 -
YUV 167.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 188 163 134 0 0.13 0.29 0.26 32.22 0.29 0.63
Hex BC A3 86 0 D 1D 1A 20 1D 3F
Octal 274 243 206 0 15 35 32 40 35 77
Binary 10111100 10100011 10000110 0 1101 11101 11010 100000 11101 111111

Color Harmonies of #BCA386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA386

Black with #BCA386

Text Example


Text Example

White with #BCA386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA386; }

 p { color: rgb(188,163,134); }

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

background-color css

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

 a { background-color: rgb(188,163,134); }

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

border-color css

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

 span { border-color: rgb(188,163,134); }

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