Html Css Color HEX #BCA087 Rodeo Dust

📋 copy color: '#BCA087'

red 188 ◦ green 160 ◦ blue 135

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

Shades of Rodeo Dust #BCA087

Tints of Rodeo Dust #BCA087

RGB

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

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

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

R = 38.92%
G = 33.13%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCA087 (or 0xBCA087) is known color: Rodeo Dust. HEX triplet: BC, A0 and 87. RGB value is (188,160,135). Sum of RGB (Red+Green+Blue) = 188+160+135=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA087 is #435F78. Grayscale: #A5A5A5. Windows color (decimal): -4415353 or 8888508. OLE color: 8888508.

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

Color convert

RGB 188 160 135 -
CMYK 0 0.15 0.28 0.26
HSL 28.3º 0.28% 0.63% -
HSV(B) 28.3º 0.28% 0.74% -
XYZ 37.68 37.58 28.19 -
YUV 165.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 188 160 135 0 0.15 0.28 0.26 28.3 0.28 0.63
Hex BC A0 87 0 F 1C 1A 1C 1C 3F
Octal 274 240 207 0 17 34 32 34 34 77
Binary 10111100 10100000 10000111 0 1111 11100 11010 11100 11100 111111

Color Harmonies of #BCA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA087

Black with #BCA087

Text Example


Text Example

White with #BCA087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA087; }

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

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

background-color css

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

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

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

border-color css

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

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

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