Html Css Color HEX #BCA085 Rodeo Dust

📋 copy color: '#BCA085'

red 188 ◦ green 160 ◦ blue 133

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

Shades of Rodeo Dust #BCA085

Tints of Rodeo Dust #BCA085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 39.09%
G = 33.26%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCA085 (or 0xBCA085) is known color: Rodeo Dust. HEX triplet: BC, A0 and 85. RGB value is (188,160,133). Sum of RGB (Red+Green+Blue) = 188+160+133=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA085 is #435F7A. Grayscale: #A5A5A5. Windows color (decimal): -4415355 or 8757436. OLE color: 8757436.

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

Color convert

RGB 188 160 133 -
CMYK 0 0.15 0.29 0.26
HSL 29.45º 0.29% 0.63% -
HSV(B) 29.45º 0.29% 0.74% -
XYZ 37.54 37.53 27.45 -
YUV 165.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 188 160 133 0 0.15 0.29 0.26 29.45 0.29 0.63
Hex BC A0 85 0 F 1D 1A 1D 1D 3F
Octal 274 240 205 0 17 35 32 35 35 77
Binary 10111100 10100000 10000101 0 1111 11101 11010 11101 11101 111111

Color Harmonies of #BCA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA085

Black with #BCA085

Text Example


Text Example

White with #BCA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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