Html Css Color HEX #BCA08C Rodeo Dust

📋 copy color: '#BCA08C'

red 188 ◦ green 160 ◦ blue 140

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

Shades of Rodeo Dust #BCA08C

Tints of Rodeo Dust #BCA08C

RGB

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

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

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

R = 38.52%
G = 32.79%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCA08C (or 0xBCA08C) is known color: Rodeo Dust. HEX triplet: BC, A0 and 8C. RGB value is (188,160,140). Sum of RGB (Red+Green+Blue) = 188+160+140=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA08C is #435F73. Grayscale: #A6A6A6. Windows color (decimal): -4415348 or 9216188. OLE color: 9216188.

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

Color convert

RGB 188 160 140 -
CMYK 0 0.15 0.26 0.26
HSL 25º 0.26% 0.64% -
HSV(B) 25º 0.26% 0.74% -
XYZ 38.04 37.73 30.09 -
YUV 166.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 188 160 140 0 0.15 0.26 0.26 25 0.26 0.64
Hex BC A0 8C 0 F 1A 1A 19 1A 40
Octal 274 240 214 0 17 32 32 31 32 100
Binary 10111100 10100000 10001100 0 1111 11010 11010 11001 11010 1000000

Color Harmonies of #BCA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA08C

Black with #BCA08C

Text Example


Text Example

White with #BCA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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