Html Css Color HEX #BCA68D Rodeo Dust

📋 copy color: '#BCA68D'

red 188 ◦ green 166 ◦ blue 141

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

Shades of Rodeo Dust #BCA68D

Tints of Rodeo Dust #BCA68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 37.98%
G = 33.54%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCA68D (or 0xBCA68D) is known color: Rodeo Dust. HEX triplet: BC, A6 and 8D. RGB value is (188,166,141). Sum of RGB (Red+Green+Blue) = 188+166+141=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA68D is #435972. Grayscale: #A9A9A9. Windows color (decimal): -4413811 or 9283260. OLE color: 9283260.

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

Color convert

RGB 188 166 141 -
CMYK 0 0.12 0.25 0.26
HSL 31.91º 0.26% 0.65% -
HSV(B) 31.91º 0.25% 0.74% -
XYZ 39.18 39.89 30.83 -
YUV 169.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 188 166 141 0 0.12 0.25 0.26 31.91 0.26 0.65
Hex BC A6 8D 0 C 19 1A 20 1A 41
Octal 274 246 215 0 14 31 32 40 32 101
Binary 10111100 10100110 10001101 0 1100 11001 11010 100000 11010 1000001

Color Harmonies of #BCA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA68D

Black with #BCA68D

Text Example


Text Example

White with #BCA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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