Html Css Color HEX #BCA856 Sundance

📋 copy color: '#BCA856'

red 188 ◦ green 168 ◦ blue 86

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

Shades of Sundance #BCA856

Tints of Sundance #BCA856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.46%

R = 42.53%
G = 38.01%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BCA856 (or 0xBCA856) is known color: Sundance. HEX triplet: BC, A8 and 56. RGB value is (188,168,86). Sum of RGB (Red+Green+Blue) = 188+168+86=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA856 is #4357A9. Grayscale: #A4A4A4. Windows color (decimal): -4413354 or 5679292. OLE color: 5679292.

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

Color convert

RGB 188 168 86 -
CMYK 0 0.11 0.54 0.26
HSL 48.24º 0.43% 0.54% -
HSV(B) 48.24º 0.54% 0.74% -
XYZ 36.42 39.37 14.48 -
YUV 164.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 188 168 86 0 0.11 0.54 0.26 48.24 0.43 0.54
Hex BC A8 56 0 B 36 1A 30 2B 36
Octal 274 250 126 0 13 66 32 60 53 66
Binary 10111100 10101000 1010110 0 1011 110110 11010 110000 101011 110110

Color Harmonies of #BCA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA856

Black with #BCA856

Text Example


Text Example

White with #BCA856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA856; }

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

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

background-color css

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

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

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

border-color css

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

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

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