Html Css Color HEX #B7AD49 Brass

📋 copy color: '#B7AD49'

red 183 ◦ green 173 ◦ blue 73

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

Shades of Brass #B7AD49

Tints of Brass #B7AD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.02%

R = 42.66%
G = 40.33%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7AD49 (or 0xB7AD49) is known color: Brass. HEX triplet: B7, AD and 49. RGB value is (183,173,73). Sum of RGB (Red+Green+Blue) = 183+173+73=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AD49 is #4852B6. Grayscale: #A5A5A5. Windows color (decimal): -4739767 or 4828599. OLE color: 4828599.

HSL color Cylindrical-coordinate representation of color #B7AD49: hue angle of 54.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7AD49 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 173 73 -
CMYK 0 0.05 0.60 0.28
HSL 54.55º 0.43% 0.5% -
HSV(B) 54.55º 0.6% 0.72% -
XYZ 35.67 40.44 12.23 -
YUV 164.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 183 173 73 0 0.05 0.60 0.28 54.55 0.43 0.5
Hex B7 AD 49 0 5 3C 1C 37 2B 32
Octal 267 255 111 0 5 74 34 67 53 62
Binary 10110111 10101101 1001001 0 101 111100 11100 110111 101011 110010

Color Harmonies of #B7AD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AD49

Black with #B7AD49

Text Example


Text Example

White with #B7AD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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