Html Css Color HEX #BCA63D Brass

📋 copy color: '#BCA63D'

red 188 ◦ green 166 ◦ blue 61

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

Shades of Brass #BCA63D

Tints of Brass #BCA63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.7%

R = 45.3%
G = 40%
B = 14.7%

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

#BCA63D (or 0xBCA63D) is known color: Brass. HEX triplet: BC, A6 and 3D. RGB value is (188,166,61). Sum of RGB (Red+Green+Blue) = 188+166+61=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA63D is #4359C2. Grayscale: #A1A1A1. Windows color (decimal): -4413891 or 4040380. OLE color: 4040380.

HSL color Cylindrical-coordinate representation of color #BCA63D: hue angle of 49.61º degrees, saturation: 0.51, 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 #BCA63D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 166 61 -
CMYK 0 0.12 0.68 0.26
HSL 49.61º 0.51% 0.49% -
HSV(B) 49.61º 0.68% 0.74% -
XYZ 35.22 38.3 9.95 -
YUV 160.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 188 166 61 0 0.12 0.68 0.26 49.61 0.51 0.49
Hex BC A6 3D 0 C 44 1A 32 33 31
Octal 274 246 75 0 14 104 32 62 63 61
Binary 10111100 10100110 111101 0 1100 1000100 11010 110010 110011 110001

Color Harmonies of #BCA63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA63D

Black with #BCA63D

Text Example


Text Example

White with #BCA63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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