Html Css Color HEX #B7A437 Brass

📋 copy color: '#B7A437'

red 183 ◦ green 164 ◦ blue 55

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

Shades of Brass #B7A437

Tints of Brass #B7A437

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 45.52%
G = 40.8%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7A437 (or 0xB7A437) is known color: Brass. HEX triplet: B7, A4 and 37. RGB value is (183,164,55). Sum of RGB (Red+Green+Blue) = 183+164+55=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 55 (21.88% from 255 or 13.68% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A437 is #485BC8. Grayscale: #9D9D9D. Windows color (decimal): -4742089 or 3646647. OLE color: 3646647.

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

Color convert

RGB 183 164 55 -
CMYK 0 0.10 0.70 0.28
HSL 51.09º 0.54% 0.47% -
HSV(B) 51.09º 0.7% 0.72% -
XYZ 33.49 36.89 8.97 -
YUV 157.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 183 164 55 0 0.10 0.70 0.28 51.09 0.54 0.47
Hex B7 A4 37 0 A 46 1C 33 36 2F
Octal 267 244 67 0 12 106 34 63 66 57
Binary 10110111 10100100 110111 0 1010 1000110 11100 110011 110110 101111

Color Harmonies of #B7A437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A437

Black with #B7A437

Text Example


Text Example

White with #B7A437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A437; }

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

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

background-color css

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

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

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

border-color css

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

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

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