Html Css Color HEX #B7B337 Brass

📋 copy color: '#B7B337'

red 183 ◦ green 179 ◦ blue 55

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

Shades of Brass #B7B337

Tints of Brass #B7B337

RGB

 RED value IS 183 (71.88% from 255) = 43.88%

 GREEN value IS 179 (70.31% from 255) = 42.93%

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

R = 43.88%
G = 42.93%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7B337 (or 0xB7B337) is known color: Brass. HEX triplet: B7, B3 and 37. RGB value is (183,179,55). Sum of RGB (Red+Green+Blue) = 183+179+55=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B337 is #484CC8. Grayscale: #A6A6A6. Windows color (decimal): -4738249 or 3650487. OLE color: 3650487.

HSL color Cylindrical-coordinate representation of color #B7B337: hue angle of 58.12º 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 #B7B337 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 179 55 -
CMYK 0 0.02 0.70 0.28
HSL 58.13º 0.54% 0.47% -
HSV(B) 58.13º 0.7% 0.72% -
XYZ 36.34 42.58 9.92 -
YUV 166.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 183 179 55 0 0.02 0.70 0.28 58.13 0.54 0.47
Hex B7 B3 37 0 2 46 1C 3A 36 2F
Octal 267 263 67 0 2 106 34 72 66 57
Binary 10110111 10110011 110111 0 10 1000110 11100 111010 110110 101111

Color Harmonies of #B7B337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B337

Black with #B7B337

Text Example


Text Example

White with #B7B337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B337; }

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

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

background-color css

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

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

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

border-color css

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

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

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