Html Css Color HEX #B7A949 Brass

📋 copy color: '#B7A949'

red 183 ◦ green 169 ◦ blue 73

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

Shades of Brass #B7A949

Tints of Brass #B7A949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

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

R = 43.06%
G = 39.76%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7A949 (or 0xB7A949) is known color: Brass. HEX triplet: B7, A9 and 49. RGB value is (183,169,73). Sum of RGB (Red+Green+Blue) = 183+169+73=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A949 is #4856B6. Grayscale: #A2A2A2. Windows color (decimal): -4740791 or 4827575. OLE color: 4827575.

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

Color convert

RGB 183 169 73 -
CMYK 0 0.08 0.60 0.28
HSL 52.36º 0.43% 0.5% -
HSV(B) 52.36º 0.6% 0.72% -
XYZ 34.92 38.92 11.98 -
YUV 162.24 77.64 142.81 -
System Red Green Blue C M Y K H S L
Decimal 183 169 73 0 0.08 0.60 0.28 52.36 0.43 0.5
Hex B7 A9 49 0 8 3C 1C 34 2B 32
Octal 267 251 111 0 10 74 34 64 53 62
Binary 10110111 10101001 1001001 0 1000 111100 11100 110100 101011 110010

Color Harmonies of #B7A949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A949

Black with #B7A949

Text Example


Text Example

White with #B7A949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A949; }

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

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

background-color css

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

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

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

border-color css

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

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

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