Html Css Color HEX #BCAA54 Sundance

📋 copy color: '#BCAA54'

red 188 ◦ green 170 ◦ blue 84

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

Shades of Sundance #BCAA54

Tints of Sundance #BCAA54

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.46%

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

R = 42.53%
G = 38.46%
B = 19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCAA54 (or 0xBCAA54) is known color: Sundance. HEX triplet: BC, AA and 54. RGB value is (188,170,84). Sum of RGB (Red+Green+Blue) = 188+170+84=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA54 is #4355AB. Grayscale: #A5A5A5. Windows color (decimal): -4412844 or 5548732. OLE color: 5548732.

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

Color convert

RGB 188 170 84 -
CMYK 0 0.10 0.55 0.26
HSL 49.62º 0.44% 0.53% -
HSV(B) 49.62º 0.55% 0.74% -
XYZ 36.71 40.08 14.19 -
YUV 165.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 188 170 84 0 0.10 0.55 0.26 49.62 0.44 0.53
Hex BC AA 54 0 A 37 1A 32 2C 35
Octal 274 252 124 0 12 67 32 62 54 65
Binary 10111100 10101010 1010100 0 1010 110111 11010 110010 101100 110101

Color Harmonies of #BCAA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA54

Black with #BCAA54

Text Example


Text Example

White with #BCAA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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