Html Css Color HEX #B0B037 Brass

📋 copy color: '#B0B037'

red 176 ◦ green 176 ◦ blue 55

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

Shades of Brass #B0B037

Tints of Brass #B0B037

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

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

R = 43.24%
G = 43.24%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B0B037 (or 0xB0B037) is known color: Brass. HEX triplet: B0, B0 and 37. RGB value is (176,176,55). Sum of RGB (Red+Green+Blue) = 176+176+55=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B037 is #4F4FC8. Grayscale: #A2A2A2. Windows color (decimal): -5197769 or 3649712. OLE color: 3649712.

HSL color Cylindrical-coordinate representation of color #B0B037: hue angle of 60º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0B037 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 176 55 -
CMYK 0 0 0.69 0.31
HSL 60º 0.52% 0.45% -
HSV(B) 60º 0.69% 0.69% -
XYZ 34.12 40.56 9.64 -
YUV 162.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 176 176 55 0 0 0.69 0.31 60 0.52 0.45
Hex B0 B0 37 0 0 45 1F 3C 34 2D
Octal 260 260 67 0 0 105 37 74 64 55
Binary 10110000 10110000 110111 0 0 1000101 11111 111100 110100 101101

Color Harmonies of #B0B037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B037

Black with #B0B037

Text Example


Text Example

White with #B0B037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B037; }

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

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

background-color css

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

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

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

border-color css

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

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

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