Html Css Color HEX #BCA38D Rodeo Dust

📋 copy color: '#BCA38D'

red 188 ◦ green 163 ◦ blue 141

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

Shades of Rodeo Dust #BCA38D

Tints of Rodeo Dust #BCA38D

RGB

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

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

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

R = 38.21%
G = 33.13%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCA38D (or 0xBCA38D) is known color: Rodeo Dust. HEX triplet: BC, A3 and 8D. RGB value is (188,163,141). Sum of RGB (Red+Green+Blue) = 188+163+141=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA38D is #435C72. Grayscale: #A8A8A8. Windows color (decimal): -4414579 or 9282492. OLE color: 9282492.

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

Color convert

RGB 188 163 141 -
CMYK 0 0.13 0.25 0.26
HSL 28.09º 0.26% 0.65% -
HSV(B) 28.09º 0.25% 0.74% -
XYZ 38.64 38.81 30.65 -
YUV 167.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 188 163 141 0 0.13 0.25 0.26 28.09 0.26 0.65
Hex BC A3 8D 0 D 19 1A 1C 1A 41
Octal 274 243 215 0 15 31 32 34 32 101
Binary 10111100 10100011 10001101 0 1101 11001 11010 11100 11010 1000001

Color Harmonies of #BCA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA38D

Black with #BCA38D

Text Example


Text Example

White with #BCA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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