Html Css Color HEX #B7A747 Brass

📋 copy color: '#B7A747'

red 183 ◦ green 167 ◦ blue 71

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

Shades of Brass #B7A747

Tints of Brass #B7A747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.67%

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

R = 43.47%
G = 39.67%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7A747 (or 0xB7A747) is known color: Brass. HEX triplet: B7, A7 and 47. RGB value is (183,167,71). Sum of RGB (Red+Green+Blue) = 183+167+71=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A747 is #4858B8. Grayscale: #A1A1A1. Windows color (decimal): -4741305 or 4695991. OLE color: 4695991.

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

Color convert

RGB 183 167 71 -
CMYK 0 0.09 0.61 0.28
HSL 51.43º 0.44% 0.5% -
HSV(B) 51.43º 0.61% 0.72% -
XYZ 34.48 38.16 11.51 -
YUV 160.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 183 167 71 0 0.09 0.61 0.28 51.43 0.44 0.5
Hex B7 A7 47 0 9 3D 1C 33 2C 32
Octal 267 247 107 0 11 75 34 63 54 62
Binary 10110111 10100111 1000111 0 1001 111101 11100 110011 101100 110010

Color Harmonies of #B7A747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A747

Black with #B7A747

Text Example


Text Example

White with #B7A747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A747; }

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

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

background-color css

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

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

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

border-color css

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

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

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