Html Css Color HEX #BCA387 Rodeo Dust

📋 copy color: '#BCA387'

red 188 ◦ green 163 ◦ blue 135

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

Shades of Rodeo Dust #BCA387

Tints of Rodeo Dust #BCA387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.78%

R = 38.68%
G = 33.54%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCA387 (or 0xBCA387) is known color: Rodeo Dust. HEX triplet: BC, A3 and 87. RGB value is (188,163,135). Sum of RGB (Red+Green+Blue) = 188+163+135=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA387 is #435C78. Grayscale: #A7A7A7. Windows color (decimal): -4414585 or 8889276. OLE color: 8889276.

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

Color convert

RGB 188 163 135 -
CMYK 0 0.13 0.28 0.26
HSL 31.7º 0.28% 0.63% -
HSV(B) 31.7º 0.28% 0.74% -
XYZ 38.21 38.64 28.37 -
YUV 167.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 188 163 135 0 0.13 0.28 0.26 31.7 0.28 0.63
Hex BC A3 87 0 D 1C 1A 20 1C 3F
Octal 274 243 207 0 15 34 32 40 34 77
Binary 10111100 10100011 10000111 0 1101 11100 11010 100000 11100 111111

Color Harmonies of #BCA387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA387

Black with #BCA387

Text Example


Text Example

White with #BCA387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA387; }

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

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

background-color css

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

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

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

border-color css

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

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

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