Html Css Color HEX #B5B737 Brass

📋 copy color: '#B5B737'

red 181 ◦ green 183 ◦ blue 55

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

Shades of Brass #B5B737

Tints of Brass #B5B737

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

 GREEN value IS 183 (71.88% from 255) = 43.68%

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

R = 43.2%
G = 43.68%
B = 13.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B5B737 (or 0xB5B737) is known color: Brass. HEX triplet: B5, B7 and 37. RGB value is (181,183,55). Sum of RGB (Red+Green+Blue) = 181+183+55=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B737 is #4A48C8. Grayscale: #A8A8A8. Windows color (decimal): -4868297 or 3651509. OLE color: 3651509.

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

Color convert

RGB 181 183 55 -
CMYK 0.01 0 0.70 0.28
HSL 60.94º 0.54% 0.47% -
HSV(B) 60.94º 0.7% 0.72% -
XYZ 36.68 43.97 10.17 -
YUV 167.81 64.34 137.41 -
System Red Green Blue C M Y K H S L
Decimal 181 183 55 0.01 0 0.70 0.28 60.94 0.54 0.47
Hex B5 B7 37 1 0 46 1C 3D 36 2F
Octal 265 267 67 1 0 106 34 75 66 57
Binary 10110101 10110111 110111 1 0 1000110 11100 111101 110110 101111

Color Harmonies of #B5B737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B737

Black with #B5B737

Text Example


Text Example

White with #B5B737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B737; }

 p { color: rgb(181,183,55); }

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

background-color css

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

 a { background-color: rgb(181,183,55); }

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

border-color css

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

 span { border-color: rgb(181,183,55); }

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