Html Css Color HEX #BBA146 Brass

📋 copy color: '#BBA146'

red 187 ◦ green 161 ◦ blue 70

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

Shades of Brass #BBA146

Tints of Brass #BBA146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 44.74%
G = 38.52%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBA146 (or 0xBBA146) is known color: Brass. HEX triplet: BB, A1 and 46. RGB value is (187,161,70). Sum of RGB (Red+Green+Blue) = 187+161+70=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA146 is #445EB9. Grayscale: #9E9E9E. Windows color (decimal): -4480698 or 4628923. OLE color: 4628923.

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

Color convert

RGB 187 161 70 -
CMYK 0 0.14 0.63 0.27
HSL 46.67º 0.46% 0.5% -
HSV(B) 46.67º 0.63% 0.73% -
XYZ 34.34 36.5 11.03 -
YUV 158.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 187 161 70 0 0.14 0.63 0.27 46.67 0.46 0.5
Hex BB A1 46 0 E 3F 1B 2F 2E 32
Octal 273 241 106 0 16 77 33 57 56 62
Binary 10111011 10100001 1000110 0 1110 111111 11011 101111 101110 110010

Color Harmonies of #BBA146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA146

Black with #BBA146

Text Example


Text Example

White with #BBA146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA146; }

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

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

background-color css

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

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

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

border-color css

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

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

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