Html Css Color HEX #BCA185 Rodeo Dust

📋 copy color: '#BCA185'

red 188 ◦ green 161 ◦ blue 133

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

Shades of Rodeo Dust #BCA185

Tints of Rodeo Dust #BCA185

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

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

R = 39%
G = 33.4%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCA185 (or 0xBCA185) is known color: Rodeo Dust. HEX triplet: BC, A1 and 85. RGB value is (188,161,133). Sum of RGB (Red+Green+Blue) = 188+161+133=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA185 is #435E7A. Grayscale: #A6A6A6. Windows color (decimal): -4415099 or 8757692. OLE color: 8757692.

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

Color convert

RGB 188 161 133 -
CMYK 0 0.14 0.29 0.26
HSL 30.55º 0.29% 0.63% -
HSV(B) 30.55º 0.29% 0.74% -
XYZ 37.72 37.87 27.51 -
YUV 165.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 188 161 133 0 0.14 0.29 0.26 30.55 0.29 0.63
Hex BC A1 85 0 E 1D 1A 1F 1D 3F
Octal 274 241 205 0 16 35 32 37 35 77
Binary 10111100 10100001 10000101 0 1110 11101 11010 11111 11101 111111

Color Harmonies of #BCA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA185

Black with #BCA185

Text Example


Text Example

White with #BCA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA185; }

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

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

background-color css

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

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

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

border-color css

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

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

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