Html Css Color HEX #B7A146 Brass

📋 copy color: '#B7A146'

red 183 ◦ green 161 ◦ blue 70

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

Shades of Brass #B7A146

Tints of Brass #B7A146

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 44.2%
G = 38.89%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B7A146 (or 0xB7A146) is known color: Brass. HEX triplet: B7, A1 and 46. RGB value is (183,161,70). Sum of RGB (Red+Green+Blue) = 183+161+70=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A146 is #485EB9. Grayscale: #9D9D9D. Windows color (decimal): -4742842 or 4628919. OLE color: 4628919.

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

Color convert

RGB 183 161 70 -
CMYK 0 0.12 0.62 0.28
HSL 48.32º 0.45% 0.5% -
HSV(B) 48.32º 0.62% 0.72% -
XYZ 33.38 36 10.98 -
YUV 157.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 183 161 70 0 0.12 0.62 0.28 48.32 0.45 0.5
Hex B7 A1 46 0 C 3E 1C 30 2D 32
Octal 267 241 106 0 14 76 34 60 55 62
Binary 10110111 10100001 1000110 0 1100 111110 11100 110000 101101 110010

Color Harmonies of #B7A146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A146

Black with #B7A146

Text Example


Text Example

White with #B7A146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A146; }

 p { color: rgb(183,161,70); }

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

background-color css

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

 a { background-color: rgb(183,161,70); }

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

border-color css

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

 span { border-color: rgb(183,161,70); }

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