Html Css Color HEX #BCA088 Rodeo Dust

📋 copy color: '#BCA088'

red 188 ◦ green 160 ◦ blue 136

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

Shades of Rodeo Dust #BCA088

Tints of Rodeo Dust #BCA088

RGB

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

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

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

R = 38.84%
G = 33.06%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCA088 (or 0xBCA088) is known color: Rodeo Dust. HEX triplet: BC, A0 and 88. RGB value is (188,160,136). Sum of RGB (Red+Green+Blue) = 188+160+136=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA088 is #435F77. Grayscale: #A5A5A5. Windows color (decimal): -4415352 or 8954044. OLE color: 8954044.

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

Color convert

RGB 188 160 136 -
CMYK 0 0.15 0.28 0.26
HSL 27.69º 0.28% 0.64% -
HSV(B) 27.69º 0.28% 0.74% -
XYZ 37.75 37.61 28.56 -
YUV 165.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 188 160 136 0 0.15 0.28 0.26 27.69 0.28 0.64
Hex BC A0 88 0 F 1C 1A 1C 1C 40
Octal 274 240 210 0 17 34 32 34 34 100
Binary 10111100 10100000 10001000 0 1111 11100 11010 11100 11100 1000000

Color Harmonies of #BCA088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA088

Black with #BCA088

Text Example


Text Example

White with #BCA088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA088; }

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

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

background-color css

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

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

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

border-color css

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

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

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