Html Css Color HEX #B7AD37 Brass

📋 copy color: '#B7AD37'

red 183 ◦ green 173 ◦ blue 55

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

Shades of Brass #B7AD37

Tints of Brass #B7AD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

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

R = 44.53%
G = 42.09%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7AD37 (or 0xB7AD37) is known color: Brass. HEX triplet: B7, AD and 37. RGB value is (183,173,55). Sum of RGB (Red+Green+Blue) = 183+173+55=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD37 is #4852C8. Grayscale: #A3A3A3. Windows color (decimal): -4739785 or 3648951. OLE color: 3648951.

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

Color convert

RGB 183 173 55 -
CMYK 0 0.05 0.70 0.28
HSL 55.31º 0.54% 0.47% -
HSV(B) 55.31º 0.7% 0.72% -
XYZ 35.16 40.23 9.53 -
YUV 162.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 183 173 55 0 0.05 0.70 0.28 55.31 0.54 0.47
Hex B7 AD 37 0 5 46 1C 37 36 2F
Octal 267 255 67 0 5 106 34 67 66 57
Binary 10110111 10101101 110111 0 101 1000110 11100 110111 110110 101111

Color Harmonies of #B7AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD37

Black with #B7AD37

Text Example


Text Example

White with #B7AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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