Html Css Color HEX #BCAB40 Brass

📋 copy color: '#BCAB40'

red 188 ◦ green 171 ◦ blue 64

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

Shades of Brass #BCAB40

Tints of Brass #BCAB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 44.44%
G = 40.43%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BCAB40 (or 0xBCAB40) is known color: Brass. HEX triplet: BC, AB and 40. RGB value is (188,171,64). Sum of RGB (Red+Green+Blue) = 188+171+64=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB40 is #4354BF. Grayscale: #A4A4A4. Windows color (decimal): -4412608 or 4238268. OLE color: 4238268.

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

Color convert

RGB 188 171 64 -
CMYK 0 0.09 0.66 0.26
HSL 51.77º 0.49% 0.49% -
HSV(B) 51.77º 0.66% 0.74% -
XYZ 36.23 40.19 10.7 -
YUV 163.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 188 171 64 0 0.09 0.66 0.26 51.77 0.49 0.49
Hex BC AB 40 0 9 42 1A 34 31 31
Octal 274 253 100 0 11 102 32 64 61 61
Binary 10111100 10101011 1000000 0 1001 1000010 11010 110100 110001 110001

Color Harmonies of #BCAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB40

Black with #BCAB40

Text Example


Text Example

White with #BCAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB40; }

 p { color: rgb(188,171,64); }

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

background-color css

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

 a { background-color: rgb(188,171,64); }

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

border-color css

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

 span { border-color: rgb(188,171,64); }

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