Html Css Color HEX #B7A540 Brass

📋 copy color: '#B7A540'

red 183 ◦ green 165 ◦ blue 64

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

Shades of Brass #B7A540

Tints of Brass #B7A540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.05%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 44.42%
G = 40.05%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B7A540 (or 0xB7A540) is known color: Brass. HEX triplet: B7, A5 and 40. RGB value is (183,165,64). Sum of RGB (Red+Green+Blue) = 183+165+64=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A540 is #485ABF. Grayscale: #9F9F9F. Windows color (decimal): -4741824 or 4236727. OLE color: 4236727.

HSL color Cylindrical-coordinate representation of color #B7A540: hue angle of 50.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7A540 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 165 64 -
CMYK 0 0.10 0.65 0.28
HSL 50.92º 0.48% 0.48% -
HSV(B) 50.92º 0.65% 0.72% -
XYZ 33.91 37.35 10.27 -
YUV 158.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 183 165 64 0 0.10 0.65 0.28 50.92 0.48 0.48
Hex B7 A5 40 0 A 41 1C 33 30 30
Octal 267 245 100 0 12 101 34 63 60 60
Binary 10110111 10100101 1000000 0 1010 1000001 11100 110011 110000 110000

Color Harmonies of #B7A540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A540

Black with #B7A540

Text Example


Text Example

White with #B7A540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A540; }

 p { color: rgb(183,165,64); }

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

background-color css

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

 a { background-color: rgb(183,165,64); }

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

border-color css

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

 span { border-color: rgb(183,165,64); }

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