Html Css Color HEX #BCA384 Rodeo Dust

📋 copy color: '#BCA384'

red 188 ◦ green 163 ◦ blue 132

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

Shades of Rodeo Dust #BCA384

Tints of Rodeo Dust #BCA384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.33%

R = 38.92%
G = 33.75%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCA384 (or 0xBCA384) is known color: Rodeo Dust. HEX triplet: BC, A3 and 84. RGB value is (188,163,132). Sum of RGB (Red+Green+Blue) = 188+163+132=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA384 is #435C7B. Grayscale: #A7A7A7. Windows color (decimal): -4414588 or 8692668. OLE color: 8692668.

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

Color convert

RGB 188 163 132 -
CMYK 0 0.13 0.30 0.26
HSL 33.21º 0.29% 0.63% -
HSV(B) 33.21º 0.3% 0.74% -
XYZ 38 38.55 27.27 -
YUV 166.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 188 163 132 0 0.13 0.30 0.26 33.21 0.29 0.63
Hex BC A3 84 0 D 1E 1A 21 1D 3F
Octal 274 243 204 0 15 36 32 41 35 77
Binary 10111100 10100011 10000100 0 1101 11110 11010 100001 11101 111111

Color Harmonies of #BCA384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA384

Black with #BCA384

Text Example


Text Example

White with #BCA384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA384; }

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

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

background-color css

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

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

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

border-color css

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

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

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