Html Css Color HEX #B7AD47 Brass

📋 copy color: '#B7AD47'

red 183 ◦ green 173 ◦ blue 71

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

Shades of Brass #B7AD47

Tints of Brass #B7AD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.52%

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

R = 42.86%
G = 40.52%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B7AD47 (or 0xB7AD47) is known color: Brass. HEX triplet: B7, AD and 47. RGB value is (183,173,71). Sum of RGB (Red+Green+Blue) = 183+173+71=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD47 is #4852B8. Grayscale: #A4A4A4. Windows color (decimal): -4739769 or 4697527. OLE color: 4697527.

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

Color convert

RGB 183 173 71 -
CMYK 0 0.05 0.61 0.28
HSL 54.64º 0.44% 0.5% -
HSV(B) 54.64º 0.61% 0.72% -
XYZ 35.61 40.41 11.88 -
YUV 164.36 75.31 141.29 -
System Red Green Blue C M Y K H S L
Decimal 183 173 71 0 0.05 0.61 0.28 54.64 0.44 0.5
Hex B7 AD 47 0 5 3D 1C 37 2C 32
Octal 267 255 107 0 5 75 34 67 54 62
Binary 10110111 10101101 1000111 0 101 111101 11100 110111 101100 110010

Color Harmonies of #B7AD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD47

Black with #B7AD47

Text Example


Text Example

White with #B7AD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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