Html Css Color HEX #B0B537 Brass

📋 copy color: '#B0B537'

red 176 ◦ green 181 ◦ blue 55

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

Shades of Brass #B0B537

Tints of Brass #B0B537

RGB

 RED value IS 176 (69.14% from 255) = 42.72%

 GREEN value IS 181 (71.09% from 255) = 43.93%

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

R = 42.72%
G = 43.93%
B = 13.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B0B537 (or 0xB0B537) is known color: Brass. HEX triplet: B0, B5 and 37. RGB value is (176,181,55). Sum of RGB (Red+Green+Blue) = 176+181+55=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B537 is #4F4AC8. Grayscale: #A5A5A5. Windows color (decimal): -5196489 or 3650992. OLE color: 3650992.

HSL color Cylindrical-coordinate representation of color #B0B537: hue angle of 62.38º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0B537 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 55 -
CMYK 0.03 0 0.70 0.29
HSL 62.38º 0.53% 0.46% -
HSV(B) 62.38º 0.7% 0.71% -
XYZ 35.12 42.55 9.98 -
YUV 165.14 65.84 135.75 -
System Red Green Blue C M Y K H S L
Decimal 176 181 55 0.03 0 0.70 0.29 62.38 0.53 0.46
Hex B0 B5 37 3 0 46 1D 3E 35 2E
Octal 260 265 67 3 0 106 35 76 65 56
Binary 10110000 10110101 110111 11 0 1000110 11101 111110 110101 101110

Color Harmonies of #B0B537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B537

Black with #B0B537

Text Example


Text Example

White with #B0B537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B537; }

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

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

background-color css

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

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

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

border-color css

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

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

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