Html Css Color HEX #BBA337 Brass

📋 copy color: '#BBA337'

red 187 ◦ green 163 ◦ blue 55

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

Shades of Brass #BBA337

Tints of Brass #BBA337

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

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

R = 46.17%
G = 40.25%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBA337 (or 0xBBA337) is known color: Brass. HEX triplet: BB, A3 and 37. RGB value is (187,163,55). Sum of RGB (Red+Green+Blue) = 187+163+55=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 55 (21.88% from 255 or 13.58% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA337 is #445CC8. Grayscale: #9E9E9E. Windows color (decimal): -4480201 or 3646395. OLE color: 3646395.

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

Color convert

RGB 187 163 55 -
CMYK 0 0.13 0.71 0.27
HSL 49.09º 0.55% 0.47% -
HSV(B) 49.09º 0.71% 0.73% -
XYZ 34.28 37.04 8.96 -
YUV 157.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 187 163 55 0 0.13 0.71 0.27 49.09 0.55 0.47
Hex BB A3 37 0 D 47 1B 31 37 2F
Octal 273 243 67 0 15 107 33 61 67 57
Binary 10111011 10100011 110111 0 1101 1000111 11011 110001 110111 101111

Color Harmonies of #BBA337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA337

Black with #BBA337

Text Example


Text Example

White with #BBA337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA337; }

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

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

background-color css

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

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

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

border-color css

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

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

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