Html Css Color HEX #BBA144 Brass

📋 copy color: '#BBA144'

red 187 ◦ green 161 ◦ blue 68

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

Shades of Brass #BBA144

Tints of Brass #BBA144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 44.95%
G = 38.7%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBA144 (or 0xBBA144) is known color: Brass. HEX triplet: BB, A1 and 44. RGB value is (187,161,68). Sum of RGB (Red+Green+Blue) = 187+161+68=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA144 is #445EBB. Grayscale: #9E9E9E. Windows color (decimal): -4480700 or 4497851. OLE color: 4497851.

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

Color convert

RGB 187 161 68 -
CMYK 0 0.14 0.64 0.27
HSL 46.89º 0.47% 0.5% -
HSV(B) 46.89º 0.64% 0.73% -
XYZ 34.28 36.47 10.7 -
YUV 158.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 187 161 68 0 0.14 0.64 0.27 46.89 0.47 0.5
Hex BB A1 44 0 E 40 1B 2F 2F 32
Octal 273 241 104 0 16 100 33 57 57 62
Binary 10111011 10100001 1000100 0 1110 1000000 11011 101111 101111 110010

Color Harmonies of #BBA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA144

Black with #BBA144

Text Example


Text Example

White with #BBA144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA144; }

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

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

background-color css

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

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

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

border-color css

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

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

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