Html Css Color HEX #BCA488 Rodeo Dust

📋 copy color: '#BCA488'

red 188 ◦ green 164 ◦ blue 136

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

Shades of Rodeo Dust #BCA488

Tints of Rodeo Dust #BCA488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.61%

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 38.52%
G = 33.61%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCA488 (or 0xBCA488) is known color: Rodeo Dust. HEX triplet: BC, A4 and 88. RGB value is (188,164,136). Sum of RGB (Red+Green+Blue) = 188+164+136=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA488 is #435B77. Grayscale: #A8A8A8. Windows color (decimal): -4414328 or 8955068. OLE color: 8955068.

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

Color convert

RGB 188 164 136 -
CMYK 0 0.13 0.28 0.26
HSL 32.31º 0.28% 0.64% -
HSV(B) 32.31º 0.28% 0.74% -
XYZ 38.46 39.02 28.8 -
YUV 167.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 188 164 136 0 0.13 0.28 0.26 32.31 0.28 0.64
Hex BC A4 88 0 D 1C 1A 20 1C 40
Octal 274 244 210 0 15 34 32 40 34 100
Binary 10111100 10100100 10001000 0 1101 11100 11010 100000 11100 1000000

Color Harmonies of #BCA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA488

Black with #BCA488

Text Example


Text Example

White with #BCA488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA488; }

 p { color: rgb(188,164,136); }

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

background-color css

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

 a { background-color: rgb(188,164,136); }

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

border-color css

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

 span { border-color: rgb(188,164,136); }

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