Html Css Color HEX #BCA054 Sundance

📋 copy color: '#BCA054'

red 188 ◦ green 160 ◦ blue 84

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

Shades of Sundance #BCA054

Tints of Sundance #BCA054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.44%

R = 43.52%
G = 37.04%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCA054 (or 0xBCA054) is known color: Sundance. HEX triplet: BC, A0 and 54. RGB value is (188,160,84). Sum of RGB (Red+Green+Blue) = 188+160+84=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA054 is #435FAB. Grayscale: #A0A0A0. Windows color (decimal): -4415404 or 5546172. OLE color: 5546172.

HSL color Cylindrical-coordinate representation of color #BCA054: hue angle of 43.85º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCA054 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 84 -
CMYK 0 0.15 0.55 0.26
HSL 43.85º 0.44% 0.53% -
HSV(B) 43.85º 0.55% 0.74% -
XYZ 34.91 36.47 13.59 -
YUV 159.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 188 160 84 0 0.15 0.55 0.26 43.85 0.44 0.53
Hex BC A0 54 0 F 37 1A 2C 2C 35
Octal 274 240 124 0 17 67 32 54 54 65
Binary 10111100 10100000 1010100 0 1111 110111 11010 101100 101100 110101

Color Harmonies of #BCA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA054

Black with #BCA054

Text Example


Text Example

White with #BCA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA054; }

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

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

background-color css

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

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

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

border-color css

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

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

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