Html Css Color HEX #BCA150 Sundance

📋 copy color: '#BCA150'

red 188 ◦ green 161 ◦ blue 80

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

Shades of Sundance #BCA150

Tints of Sundance #BCA150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 43.82%
G = 37.53%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCA150 (or 0xBCA150) is known color: Sundance. HEX triplet: BC, A1 and 50. RGB value is (188,161,80). Sum of RGB (Red+Green+Blue) = 188+161+80=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA150 is #435EAF. Grayscale: #A0A0A0. Windows color (decimal): -4415152 or 5284284. OLE color: 5284284.

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

Color convert

RGB 188 161 80 -
CMYK 0 0.14 0.57 0.26
HSL 45º 0.45% 0.53% -
HSV(B) 45º 0.57% 0.74% -
XYZ 34.93 36.76 12.84 -
YUV 159.84 82.95 148.09 -
System Red Green Blue C M Y K H S L
Decimal 188 161 80 0 0.14 0.57 0.26 45 0.45 0.53
Hex BC A1 50 0 E 39 1A 2D 2D 35
Octal 274 241 120 0 16 71 32 55 55 65
Binary 10111100 10100001 1010000 0 1110 111001 11010 101101 101101 110101

Color Harmonies of #BCA150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA150

Black with #BCA150

Text Example


Text Example

White with #BCA150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA150; }

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

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

background-color css

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

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

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

border-color css

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

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

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