Html Css Color HEX #BCA68C Rodeo Dust

📋 copy color: '#BCA68C'

red 188 ◦ green 166 ◦ blue 140

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

Shades of Rodeo Dust #BCA68C

Tints of Rodeo Dust #BCA68C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.6%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 38.06%
G = 33.6%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCA68C (or 0xBCA68C) is known color: Rodeo Dust. HEX triplet: BC, A6 and 8C. RGB value is (188,166,140). Sum of RGB (Red+Green+Blue) = 188+166+140=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA68C is #435973. Grayscale: #A9A9A9. Windows color (decimal): -4413812 or 9217724. OLE color: 9217724.

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

Color convert

RGB 188 166 140 -
CMYK 0 0.12 0.26 0.26
HSL 32.5º 0.26% 0.64% -
HSV(B) 32.5º 0.26% 0.74% -
XYZ 39.11 39.86 30.44 -
YUV 169.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 188 166 140 0 0.12 0.26 0.26 32.5 0.26 0.64
Hex BC A6 8C 0 C 1A 1A 20 1A 40
Octal 274 246 214 0 14 32 32 40 32 100
Binary 10111100 10100110 10001100 0 1100 11010 11010 100000 11010 1000000

Color Harmonies of #BCA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA68C

Black with #BCA68C

Text Example


Text Example

White with #BCA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA68C; }

 p { color: rgb(188,166,140); }

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

background-color css

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

 a { background-color: rgb(188,166,140); }

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

border-color css

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

 span { border-color: rgb(188,166,140); }

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