Html Css Color HEX #BCA952 Sundance

📋 copy color: '#BCA952'

red 188 ◦ green 169 ◦ blue 82

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

Shades of Sundance #BCA952

Tints of Sundance #BCA952

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.5%

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 42.82%
G = 38.5%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCA952 (or 0xBCA952) is known color: Sundance. HEX triplet: BC, A9 and 52. RGB value is (188,169,82). Sum of RGB (Red+Green+Blue) = 188+169+82=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA952 is #4356AD. Grayscale: #A5A5A5. Windows color (decimal): -4413102 or 5417404. OLE color: 5417404.

HSL color Cylindrical-coordinate representation of color #BCA952: hue angle of 49.25º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCA952 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 169 82 -
CMYK 0 0.10 0.56 0.26
HSL 49.25º 0.44% 0.53% -
HSV(B) 49.25º 0.56% 0.74% -
XYZ 36.45 39.68 13.72 -
YUV 164.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 188 169 82 0 0.10 0.56 0.26 49.25 0.44 0.53
Hex BC A9 52 0 A 38 1A 31 2C 35
Octal 274 251 122 0 12 70 32 61 54 65
Binary 10111100 10101001 1010010 0 1010 111000 11010 110001 101100 110101

Color Harmonies of #BCA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA952

Black with #BCA952

Text Example


Text Example

White with #BCA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA952; }

 p { color: rgb(188,169,82); }

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

background-color css

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

 a { background-color: rgb(188,169,82); }

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

border-color css

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

 span { border-color: rgb(188,169,82); }

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