Html Css Color HEX #B9B137 Brass

📋 copy color: '#B9B137'

red 185 ◦ green 177 ◦ blue 55

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

Shades of Brass #B9B137

Tints of Brass #B9B137

RGB

 RED value IS 185 (72.66% from 255) = 44.36%

 GREEN value IS 177 (69.53% from 255) = 42.45%

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

R = 44.36%
G = 42.45%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B9B137 (or 0xB9B137) is known color: Brass. HEX triplet: B9, B1 and 37. RGB value is (185,177,55). Sum of RGB (Red+Green+Blue) = 185+177+55=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B137 is #464EC8. Grayscale: #A5A5A5. Windows color (decimal): -4607689 or 3649977. OLE color: 3649977.

HSL color Cylindrical-coordinate representation of color #B9B137: hue angle of 56.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9B137 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 177 55 -
CMYK 0 0.04 0.70 0.27
HSL 56.31º 0.54% 0.47% -
HSV(B) 56.31º 0.7% 0.73% -
XYZ 36.42 42.03 9.81 -
YUV 165.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 185 177 55 0 0.04 0.70 0.27 56.31 0.54 0.47
Hex B9 B1 37 0 4 46 1B 38 36 2F
Octal 271 261 67 0 4 106 33 70 66 57
Binary 10111001 10110001 110111 0 100 1000110 11011 111000 110110 101111

Color Harmonies of #B9B137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B137

Black with #B9B137

Text Example


Text Example

White with #B9B137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B137; }

 p { color: rgb(185,177,55); }

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

background-color css

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

 a { background-color: rgb(185,177,55); }

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

border-color css

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

 span { border-color: rgb(185,177,55); }

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