Html Css Color HEX #BBA537 Brass

📋 copy color: '#BBA537'

red 187 ◦ green 165 ◦ blue 55

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

Shades of Brass #BBA537

Tints of Brass #BBA537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.51%

R = 45.95%
G = 40.54%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBA537 (or 0xBBA537) is known color: Brass. HEX triplet: BB, A5 and 37. RGB value is (187,165,55). Sum of RGB (Red+Green+Blue) = 187+165+55=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA537 is #445AC8. Grayscale: #9F9F9F. Windows color (decimal): -4479689 or 3646907. OLE color: 3646907.

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

Color convert

RGB 187 165 55 -
CMYK 0 0.12 0.71 0.27
HSL 50º 0.55% 0.47% -
HSV(B) 50º 0.71% 0.73% -
XYZ 34.64 37.75 9.08 -
YUV 159.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 187 165 55 0 0.12 0.71 0.27 50 0.55 0.47
Hex BB A5 37 0 C 47 1B 32 37 2F
Octal 273 245 67 0 14 107 33 62 67 57
Binary 10111011 10100101 110111 0 1100 1000111 11011 110010 110111 101111

Color Harmonies of #BBA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA537

Black with #BBA537

Text Example


Text Example

White with #BBA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA537; }

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

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

background-color css

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

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

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

border-color css

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

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

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