Html Css Color HEX #B6A949 Brass

📋 copy color: '#B6A949'

red 182 ◦ green 169 ◦ blue 73

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

Shades of Brass #B6A949

Tints of Brass #B6A949

RGB

 RED value IS 182 (71.48% from 255) = 42.92%

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

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

R = 42.92%
G = 39.86%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B6A949 (or 0xB6A949) is known color: Brass. HEX triplet: B6, A9 and 49. RGB value is (182,169,73). Sum of RGB (Red+Green+Blue) = 182+169+73=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A949 is #4956B6. Grayscale: #A2A2A2. Windows color (decimal): -4806327 or 4827574. OLE color: 4827574.

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

Color convert

RGB 182 169 73 -
CMYK 0 0.07 0.60 0.29
HSL 52.84º 0.43% 0.5% -
HSV(B) 52.84º 0.6% 0.71% -
XYZ 34.68 38.8 11.96 -
YUV 161.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 182 169 73 0 0.07 0.60 0.29 52.84 0.43 0.5
Hex B6 A9 49 0 7 3C 1D 35 2B 32
Octal 266 251 111 0 7 74 35 65 53 62
Binary 10110110 10101001 1001001 0 111 111100 11101 110101 101011 110010

Color Harmonies of #B6A949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A949

Black with #B6A949

Text Example


Text Example

White with #B6A949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A949; }

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

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

background-color css

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

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

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

border-color css

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

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

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