Html Css Color HEX #B7AA37 Brass

📋 copy color: '#B7AA37'

red 183 ◦ green 170 ◦ blue 55

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

Shades of Brass #B7AA37

Tints of Brass #B7AA37

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

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

R = 44.85%
G = 41.67%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7AA37 (or 0xB7AA37) is known color: Brass. HEX triplet: B7, AA and 37. RGB value is (183,170,55). Sum of RGB (Red+Green+Blue) = 183+170+55=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AA37 is #4855C8. Grayscale: #A1A1A1. Windows color (decimal): -4740553 or 3648183. OLE color: 3648183.

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

Color convert

RGB 183 170 55 -
CMYK 0 0.07 0.70 0.28
HSL 53.91º 0.54% 0.47% -
HSV(B) 53.91º 0.7% 0.72% -
XYZ 34.59 39.09 9.34 -
YUV 160.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 183 170 55 0 0.07 0.70 0.28 53.91 0.54 0.47
Hex B7 AA 37 0 7 46 1C 36 36 2F
Octal 267 252 67 0 7 106 34 66 66 57
Binary 10110111 10101010 110111 0 111 1000110 11100 110110 110110 101111

Color Harmonies of #B7AA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AA37

Black with #B7AA37

Text Example


Text Example

White with #B7AA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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