Html Css Color HEX #BCAB37 Brass

📋 copy color: '#BCAB37'

red 188 ◦ green 171 ◦ blue 55

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

Shades of Brass #BCAB37

Tints of Brass #BCAB37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.29%

R = 45.41%
G = 41.3%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BCAB37 (or 0xBCAB37) is known color: Brass. HEX triplet: BC, AB and 37. RGB value is (188,171,55). Sum of RGB (Red+Green+Blue) = 188+171+55=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB37 is #4354C8. Grayscale: #A3A3A3. Windows color (decimal): -4412617 or 3648444. OLE color: 3648444.

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

Color convert

RGB 188 171 55 -
CMYK 0 0.09 0.71 0.26
HSL 52.33º 0.55% 0.48% -
HSV(B) 52.33º 0.71% 0.74% -
XYZ 35.99 40.09 9.46 -
YUV 162.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 188 171 55 0 0.09 0.71 0.26 52.33 0.55 0.48
Hex BC AB 37 0 9 47 1A 34 37 30
Octal 274 253 67 0 11 107 32 64 67 60
Binary 10111100 10101011 110111 0 1001 1000111 11010 110100 110111 110000

Color Harmonies of #BCAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB37

Black with #BCAB37

Text Example


Text Example

White with #BCAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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