Html Css Color HEX #BCA84D Sundance

📋 copy color: '#BCA84D'

red 188 ◦ green 168 ◦ blue 77

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

Shades of Sundance #BCA84D

Tints of Sundance #BCA84D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.8%

 BLUE value IS 77 (30.47% from 255) = 17.78%

R = 43.42%
G = 38.8%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCA84D (or 0xBCA84D) is known color: Sundance. HEX triplet: BC, A8 and 4D. RGB value is (188,168,77). Sum of RGB (Red+Green+Blue) = 188+168+77=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA84D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA84D is #4357B2. Grayscale: #A3A3A3. Windows color (decimal): -4413363 or 5089468. OLE color: 5089468.

HSL color Cylindrical-coordinate representation of color #BCA84D: hue angle of 49.19º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCA84D is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 77 -
CMYK 0 0.11 0.59 0.26
HSL 49.19º 0.45% 0.52% -
HSV(B) 49.19º 0.59% 0.74% -
XYZ 36.08 39.23 12.69 -
YUV 163.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 188 168 77 0 0.11 0.59 0.26 49.19 0.45 0.52
Hex BC A8 4D 0 B 3B 1A 31 2D 34
Octal 274 250 115 0 13 73 32 61 55 64
Binary 10111100 10101000 1001101 0 1011 111011 11010 110001 101101 110100

Color Harmonies of #BCA84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA84D

Black with #BCA84D

Text Example


Text Example

White with #BCA84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA84D; }

 p { color: rgb(188,168,77); }

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

background-color css

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

 a { background-color: rgb(188,168,77); }

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

border-color css

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

 span { border-color: rgb(188,168,77); }

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