Html Css Color HEX #BCA153 Sundance

📋 copy color: '#BCA153'

red 188 ◦ green 161 ◦ blue 83

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

Shades of Sundance #BCA153

Tints of Sundance #BCA153

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.27%

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

R = 43.52%
G = 37.27%
B = 19.21%

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

#BCA153 (or 0xBCA153) is known color: Sundance. HEX triplet: BC, A1 and 53. RGB value is (188,161,83). Sum of RGB (Red+Green+Blue) = 188+161+83=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA153 is #435EAC. Grayscale: #A0A0A0. Windows color (decimal): -4415149 or 5480892. OLE color: 5480892.

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

Color convert

RGB 188 161 83 -
CMYK 0 0.14 0.56 0.26
HSL 44.57º 0.44% 0.53% -
HSV(B) 44.57º 0.56% 0.74% -
XYZ 35.05 36.81 13.44 -
YUV 160.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 188 161 83 0 0.14 0.56 0.26 44.57 0.44 0.53
Hex BC A1 53 0 E 38 1A 2D 2C 35
Octal 274 241 123 0 16 70 32 55 54 65
Binary 10111100 10100001 1010011 0 1110 111000 11010 101101 101100 110101

Color Harmonies of #BCA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA153

Black with #BCA153

Text Example


Text Example

White with #BCA153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA153; }

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

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

background-color css

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

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

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

border-color css

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

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

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