Html Css Color HEX #BBA547 Brass

📋 copy color: '#BBA547'

red 187 ◦ green 165 ◦ blue 71

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

Shades of Brass #BBA547

Tints of Brass #BBA547

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

 BLUE value IS 71 (28.13% from 255) = 16.78%

R = 44.21%
G = 39.01%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBA547 (or 0xBBA547) is known color: Brass. HEX triplet: BB, A5 and 47. RGB value is (187,165,71). Sum of RGB (Red+Green+Blue) = 187+165+71=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA547 is #445AB8. Grayscale: #A1A1A1. Windows color (decimal): -4479673 or 4695483. OLE color: 4695483.

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

Color convert

RGB 187 165 71 -
CMYK 0 0.12 0.62 0.27
HSL 48.62º 0.46% 0.51% -
HSV(B) 48.62º 0.62% 0.73% -
XYZ 35.09 37.93 11.43 -
YUV 160.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 187 165 71 0 0.12 0.62 0.27 48.62 0.46 0.51
Hex BB A5 47 0 C 3E 1B 31 2E 33
Octal 273 245 107 0 14 76 33 61 56 63
Binary 10111011 10100101 1000111 0 1100 111110 11011 110001 101110 110011

Color Harmonies of #BBA547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA547

Black with #BBA547

Text Example


Text Example

White with #BBA547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA547; }

 p { color: rgb(187,165,71); }

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

background-color css

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

 a { background-color: rgb(187,165,71); }

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

border-color css

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

 span { border-color: rgb(187,165,71); }

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