Html Css Color HEX #BB9F37 Brass

📋 copy color: '#BB9F37'

red 187 ◦ green 159 ◦ blue 55

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

Shades of Brass #BB9F37

Tints of Brass #BB9F37

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.65%

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

R = 46.63%
G = 39.65%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB9F37 (or 0xBB9F37) is known color: Brass. HEX triplet: BB, 9F and 37. RGB value is (187,159,55). Sum of RGB (Red+Green+Blue) = 187+159+55=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F37 is #4460C8. Grayscale: #9B9B9B. Windows color (decimal): -4481225 or 3645371. OLE color: 3645371.

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

Color convert

RGB 187 159 55 -
CMYK 0 0.15 0.71 0.27
HSL 47.27º 0.55% 0.47% -
HSV(B) 47.27º 0.71% 0.73% -
XYZ 33.58 35.64 8.72 -
YUV 155.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 187 159 55 0 0.15 0.71 0.27 47.27 0.55 0.47
Hex BB 9F 37 0 F 47 1B 2F 37 2F
Octal 273 237 67 0 17 107 33 57 67 57
Binary 10111011 10011111 110111 0 1111 1000111 11011 101111 110111 101111

Color Harmonies of #BB9F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9F37

Black with #BB9F37

Text Example


Text Example

White with #BB9F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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