Html Css Color HEX #BCA44D Sundance

📋 copy color: '#BCA44D'

red 188 ◦ green 164 ◦ blue 77

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

Shades of Sundance #BCA44D

Tints of Sundance #BCA44D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

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

R = 43.82%
G = 38.23%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCA44D (or 0xBCA44D) is known color: Sundance. HEX triplet: BC, A4 and 4D. RGB value is (188,164,77). Sum of RGB (Red+Green+Blue) = 188+164+77=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA44D is #435BB2. Grayscale: #A1A1A1. Windows color (decimal): -4414387 or 5088444. OLE color: 5088444.

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

Color convert

RGB 188 164 77 -
CMYK 0 0.13 0.59 0.26
HSL 47.03º 0.45% 0.52% -
HSV(B) 47.03º 0.59% 0.74% -
XYZ 35.35 37.78 12.45 -
YUV 161.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 188 164 77 0 0.13 0.59 0.26 47.03 0.45 0.52
Hex BC A4 4D 0 D 3B 1A 2F 2D 34
Octal 274 244 115 0 15 73 32 57 55 64
Binary 10111100 10100100 1001101 0 1101 111011 11010 101111 101101 110100

Color Harmonies of #BCA44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA44D

Black with #BCA44D

Text Example


Text Example

White with #BCA44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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