Html Css Color HEX #B7A848 Brass

📋 copy color: '#B7A848'

red 183 ◦ green 168 ◦ blue 72

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

Shades of Brass #B7A848

Tints of Brass #B7A848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

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

R = 43.26%
G = 39.72%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7A848 (or 0xB7A848) is known color: Brass. HEX triplet: B7, A8 and 48. RGB value is (183,168,72). Sum of RGB (Red+Green+Blue) = 183+168+72=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A848 is #4857B7. Grayscale: #A1A1A1. Windows color (decimal): -4741048 or 4761783. OLE color: 4761783.

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

Color convert

RGB 183 168 72 -
CMYK 0 0.08 0.61 0.28
HSL 51.89º 0.44% 0.5% -
HSV(B) 51.89º 0.61% 0.72% -
XYZ 34.7 38.54 11.74 -
YUV 161.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 183 168 72 0 0.08 0.61 0.28 51.89 0.44 0.5
Hex B7 A8 48 0 8 3D 1C 34 2C 32
Octal 267 250 110 0 10 75 34 64 54 62
Binary 10110111 10101000 1001000 0 1000 111101 11100 110100 101100 110010

Color Harmonies of #B7A848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A848

Black with #B7A848

Text Example


Text Example

White with #B7A848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A848; }

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

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

background-color css

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

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

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

border-color css

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

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

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