Html Css Color HEX #B7A548 Brass

📋 copy color: '#B7A548'

red 183 ◦ green 165 ◦ blue 72

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

Shades of Brass #B7A548

Tints of Brass #B7A548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 43.57%
G = 39.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7A548 (or 0xB7A548) is known color: Brass. HEX triplet: B7, A5 and 48. RGB value is (183,165,72). Sum of RGB (Red+Green+Blue) = 183+165+72=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A548 is #485AB7. Grayscale: #A0A0A0. Windows color (decimal): -4741816 or 4761015. OLE color: 4761015.

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

Color convert

RGB 183 165 72 -
CMYK 0 0.10 0.61 0.28
HSL 50.27º 0.44% 0.5% -
HSV(B) 50.27º 0.61% 0.72% -
XYZ 34.15 37.45 11.56 -
YUV 159.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 183 165 72 0 0.10 0.61 0.28 50.27 0.44 0.5
Hex B7 A5 48 0 A 3D 1C 32 2C 32
Octal 267 245 110 0 12 75 34 62 54 62
Binary 10110111 10100101 1001000 0 1010 111101 11100 110010 101100 110010

Color Harmonies of #B7A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A548

Black with #B7A548

Text Example


Text Example

White with #B7A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A548; }

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

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

background-color css

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

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

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

border-color css

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

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

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