Html Css Color HEX #BBB547 Brass

📋 copy color: '#BBB547'

red 187 ◦ green 181 ◦ blue 71

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

Shades of Brass #BBB547

Tints of Brass #BBB547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 42.6%
G = 41.23%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBB547 (or 0xBBB547) is known color: Brass. HEX triplet: BB, B5 and 47. RGB value is (187,181,71). Sum of RGB (Red+Green+Blue) = 187+181+71=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB547 is #444AB8. Grayscale: #AAAAAA. Windows color (decimal): -4475577 or 4699579. OLE color: 4699579.

HSL color Cylindrical-coordinate representation of color #BBB547: hue angle of 56.9º 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 #BBB547 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 71 -
CMYK 0 0.03 0.62 0.27
HSL 56.9º 0.46% 0.51% -
HSV(B) 56.9º 0.62% 0.73% -
XYZ 38.15 44.07 12.46 -
YUV 170.25 71.99 139.94 -
System Red Green Blue C M Y K H S L
Decimal 187 181 71 0 0.03 0.62 0.27 56.9 0.46 0.51
Hex BB B5 47 0 3 3E 1B 39 2E 33
Octal 273 265 107 0 3 76 33 71 56 63
Binary 10111011 10110101 1000111 0 11 111110 11011 111001 101110 110011

Color Harmonies of #BBB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB547

Black with #BBB547

Text Example


Text Example

White with #BBB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB547; }

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

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

background-color css

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

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

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

border-color css

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

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

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