Html Css Color HEX #BCA38C Rodeo Dust

📋 copy color: '#BCA38C'

red 188 ◦ green 163 ◦ blue 140

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

Shades of Rodeo Dust #BCA38C

Tints of Rodeo Dust #BCA38C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.2%

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

R = 38.29%
G = 33.2%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCA38C (or 0xBCA38C) is known color: Rodeo Dust. HEX triplet: BC, A3 and 8C. RGB value is (188,163,140). Sum of RGB (Red+Green+Blue) = 188+163+140=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA38C is #435C73. Grayscale: #A7A7A7. Windows color (decimal): -4414580 or 9216956. OLE color: 9216956.

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

Color convert

RGB 188 163 140 -
CMYK 0 0.13 0.26 0.26
HSL 28.75º 0.26% 0.64% -
HSV(B) 28.75º 0.26% 0.74% -
XYZ 38.57 38.78 30.26 -
YUV 167.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 188 163 140 0 0.13 0.26 0.26 28.75 0.26 0.64
Hex BC A3 8C 0 D 1A 1A 1D 1A 40
Octal 274 243 214 0 15 32 32 35 32 100
Binary 10111100 10100011 10001100 0 1101 11010 11010 11101 11010 1000000

Color Harmonies of #BCA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA38C

Black with #BCA38C

Text Example


Text Example

White with #BCA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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