Html Css Color HEX #BCA253 Sundance

📋 copy color: '#BCA253'

red 188 ◦ green 162 ◦ blue 83

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

Shades of Sundance #BCA253

Tints of Sundance #BCA253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 83 (32.81% from 255) = 19.17%

R = 43.42%
G = 37.41%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCA253 (or 0xBCA253) is known color: Sundance. HEX triplet: BC, A2 and 53. RGB value is (188,162,83). Sum of RGB (Red+Green+Blue) = 188+162+83=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA253 is #435DAC. Grayscale: #A1A1A1. Windows color (decimal): -4414893 or 5481148. OLE color: 5481148.

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

Color convert

RGB 188 162 83 -
CMYK 0 0.14 0.56 0.26
HSL 45.14º 0.44% 0.53% -
HSV(B) 45.14º 0.56% 0.74% -
XYZ 35.22 37.16 13.5 -
YUV 160.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 188 162 83 0 0.14 0.56 0.26 45.14 0.44 0.53
Hex BC A2 53 0 E 38 1A 2D 2C 35
Octal 274 242 123 0 16 70 32 55 54 65
Binary 10111100 10100010 1010011 0 1110 111000 11010 101101 101100 110101

Color Harmonies of #BCA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA253

Black with #BCA253

Text Example


Text Example

White with #BCA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA253; }

 p { color: rgb(188,162,83); }

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

background-color css

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

 a { background-color: rgb(188,162,83); }

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

border-color css

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

 span { border-color: rgb(188,162,83); }

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