Html Css Color HEX #BCA34D Sundance

📋 copy color: '#BCA34D'

red 188 ◦ green 163 ◦ blue 77

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

Shades of Sundance #BCA34D

Tints of Sundance #BCA34D

RGB

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

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

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

R = 43.93%
G = 38.08%
B = 17.99%

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

#BCA34D (or 0xBCA34D) is known color: Sundance. HEX triplet: BC, A3 and 4D. RGB value is (188,163,77). Sum of RGB (Red+Green+Blue) = 188+163+77=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA34D is #435CB2. Grayscale: #A1A1A1. Windows color (decimal): -4414643 or 5088188. OLE color: 5088188.

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

Color convert

RGB 188 163 77 -
CMYK 0 0.13 0.59 0.26
HSL 46.49º 0.45% 0.52% -
HSV(B) 46.49º 0.59% 0.74% -
XYZ 35.18 37.42 12.39 -
YUV 160.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 188 163 77 0 0.13 0.59 0.26 46.49 0.45 0.52
Hex BC A3 4D 0 D 3B 1A 2E 2D 34
Octal 274 243 115 0 15 73 32 56 55 64
Binary 10111100 10100011 1001101 0 1101 111011 11010 101110 101101 110100

Color Harmonies of #BCA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA34D

Black with #BCA34D

Text Example


Text Example

White with #BCA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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