Html Css Color HEX #BBA141 Brass

📋 copy color: '#BBA141'

red 187 ◦ green 161 ◦ blue 65

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

Shades of Brass #BBA141

Tints of Brass #BBA141

RGB

 RED value IS 187 (73.44% from 255) = 45.28%

 GREEN value IS 161 (63.28% from 255) = 38.98%

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

R = 45.28%
G = 38.98%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BBA141 (or 0xBBA141) is known color: Brass. HEX triplet: BB, A1 and 41. RGB value is (187,161,65). Sum of RGB (Red+Green+Blue) = 187+161+65=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA141 is #445EBE. Grayscale: #9E9E9E. Windows color (decimal): -4480703 or 4301243. OLE color: 4301243.

HSL color Cylindrical-coordinate representation of color #BBA141: hue angle of 47.21º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBA141 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 161 65 -
CMYK 0 0.14 0.65 0.27
HSL 47.21º 0.48% 0.49% -
HSV(B) 47.21º 0.65% 0.73% -
XYZ 34.19 36.44 10.23 -
YUV 157.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 187 161 65 0 0.14 0.65 0.27 47.21 0.48 0.49
Hex BB A1 41 0 E 41 1B 2F 30 31
Octal 273 241 101 0 16 101 33 57 60 61
Binary 10111011 10100001 1000001 0 1110 1000001 11011 101111 110000 110001

Color Harmonies of #BBA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA141

Black with #BBA141

Text Example


Text Example

White with #BBA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA141; }

 p { color: rgb(187,161,65); }

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

background-color css

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

 a { background-color: rgb(187,161,65); }

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

border-color css

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

 span { border-color: rgb(187,161,65); }

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