Html Css Color HEX #BBA449 Brass

📋 copy color: '#BBA449'

red 187 ◦ green 164 ◦ blue 73

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

Shades of Brass #BBA449

Tints of Brass #BBA449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.68%

 BLUE value IS 73 (28.91% from 255) = 17.22%

R = 44.1%
G = 38.68%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA449 (or 0xBBA449) is known color: Brass. HEX triplet: BB, A4 and 49. RGB value is (187,164,73). Sum of RGB (Red+Green+Blue) = 187+164+73=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA449 is #445BB6. Grayscale: #A0A0A0. Windows color (decimal): -4479927 or 4826299. OLE color: 4826299.

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

Color convert

RGB 187 164 73 -
CMYK 0 0.12 0.61 0.27
HSL 47.89º 0.46% 0.51% -
HSV(B) 47.89º 0.61% 0.73% -
XYZ 34.97 37.6 11.72 -
YUV 160.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 187 164 73 0 0.12 0.61 0.27 47.89 0.46 0.51
Hex BB A4 49 0 C 3D 1B 30 2E 33
Octal 273 244 111 0 14 75 33 60 56 63
Binary 10111011 10100100 1001001 0 1100 111101 11011 110000 101110 110011

Color Harmonies of #BBA449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA449

Black with #BBA449

Text Example


Text Example

White with #BBA449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA449; }

 p { color: rgb(187,164,73); }

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

background-color css

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

 a { background-color: rgb(187,164,73); }

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

border-color css

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

 span { border-color: rgb(187,164,73); }

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