Html Css Color HEX #BCA63C Brass

📋 copy color: '#BCA63C'

red 188 ◦ green 166 ◦ blue 60

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

Shades of Brass #BCA63C

Tints of Brass #BCA63C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.1%

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 45.41%
G = 40.1%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BCA63C (or 0xBCA63C) is known color: Brass. HEX triplet: BC, A6 and 3C. RGB value is (188,166,60). Sum of RGB (Red+Green+Blue) = 188+166+60=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA63C is #4359C3. Grayscale: #A0A0A0. Windows color (decimal): -4413892 or 3974844. OLE color: 3974844.

HSL color Cylindrical-coordinate representation of color #BCA63C: hue angle of 49.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCA63C is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 60 -
CMYK 0 0.12 0.68 0.26
HSL 49.69º 0.52% 0.49% -
HSV(B) 49.69º 0.68% 0.74% -
XYZ 35.19 38.29 9.81 -
YUV 160.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 188 166 60 0 0.12 0.68 0.26 49.69 0.52 0.49
Hex BC A6 3C 0 C 44 1A 32 34 31
Octal 274 246 74 0 14 104 32 62 64 61
Binary 10111100 10100110 111100 0 1100 1000100 11010 110010 110100 110001

Color Harmonies of #BCA63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA63C

Black with #BCA63C

Text Example


Text Example

White with #BCA63C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA63C; }

 p { color: rgb(188,166,60); }

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

background-color css

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

 a { background-color: rgb(188,166,60); }

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

border-color css

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

 span { border-color: rgb(188,166,60); }

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