Html Css Color HEX #B7A147 Brass

📋 copy color: '#B7A147'

red 183 ◦ green 161 ◦ blue 71

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

Shades of Brass #B7A147

Tints of Brass #B7A147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 44.1%
G = 38.8%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7A147 (or 0xB7A147) is known color: Brass. HEX triplet: B7, A1 and 47. RGB value is (183,161,71). Sum of RGB (Red+Green+Blue) = 183+161+71=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A147 is #485EB8. Grayscale: #9D9D9D. Windows color (decimal): -4742841 or 4694455. OLE color: 4694455.

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

Color convert

RGB 183 161 71 -
CMYK 0 0.12 0.61 0.28
HSL 48.21º 0.44% 0.5% -
HSV(B) 48.21º 0.61% 0.72% -
XYZ 33.41 36.01 11.15 -
YUV 157.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 183 161 71 0 0.12 0.61 0.28 48.21 0.44 0.5
Hex B7 A1 47 0 C 3D 1C 30 2C 32
Octal 267 241 107 0 14 75 34 60 54 62
Binary 10110111 10100001 1000111 0 1100 111101 11100 110000 101100 110010

Color Harmonies of #B7A147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A147

Black with #B7A147

Text Example


Text Example

White with #B7A147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A147; }

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

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

background-color css

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

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

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

border-color css

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

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

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