Html Css Color HEX #BCAB41 Brass

📋 copy color: '#BCAB41'

red 188 ◦ green 171 ◦ blue 65

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

Shades of Brass #BCAB41

Tints of Brass #BCAB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.33%

R = 44.34%
G = 40.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BCAB41 (or 0xBCAB41) is known color: Brass. HEX triplet: BC, AB and 41. RGB value is (188,171,65). Sum of RGB (Red+Green+Blue) = 188+171+65=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB41 is #4354BE. Grayscale: #A4A4A4. Windows color (decimal): -4412607 or 4303804. OLE color: 4303804.

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

Color convert

RGB 188 171 65 -
CMYK 0 0.09 0.65 0.26
HSL 51.71º 0.49% 0.5% -
HSV(B) 51.71º 0.65% 0.74% -
XYZ 36.26 40.2 10.85 -
YUV 164 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 188 171 65 0 0.09 0.65 0.26 51.71 0.49 0.5
Hex BC AB 41 0 9 41 1A 34 31 32
Octal 274 253 101 0 11 101 32 64 61 62
Binary 10111100 10101011 1000001 0 1001 1000001 11010 110100 110001 110010

Color Harmonies of #BCAB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB41

Black with #BCAB41

Text Example


Text Example

White with #BCAB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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