Html Css Color HEX #B6A247 Brass

📋 copy color: '#B6A247'

red 182 ◦ green 162 ◦ blue 71

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

Shades of Brass #B6A247

Tints of Brass #B6A247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

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

R = 43.86%
G = 39.04%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B6A247 (or 0xB6A247) is known color: Brass. HEX triplet: B6, A2 and 47. RGB value is (182,162,71). Sum of RGB (Red+Green+Blue) = 182+162+71=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A247 is #495DB8. Grayscale: #9D9D9D. Windows color (decimal): -4808121 or 4694710. OLE color: 4694710.

HSL color Cylindrical-coordinate representation of color #B6A247: hue angle of 49.19º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6A247 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 162 71 -
CMYK 0 0.11 0.61 0.29
HSL 49.19º 0.44% 0.5% -
HSV(B) 49.19º 0.61% 0.71% -
XYZ 33.35 36.24 11.2 -
YUV 157.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 182 162 71 0 0.11 0.61 0.29 49.19 0.44 0.5
Hex B6 A2 47 0 B 3D 1D 31 2C 32
Octal 266 242 107 0 13 75 35 61 54 62
Binary 10110110 10100010 1000111 0 1011 111101 11101 110001 101100 110010

Color Harmonies of #B6A247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A247

Black with #B6A247

Text Example


Text Example

White with #B6A247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A247; }

 p { color: rgb(182,162,71); }

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

background-color css

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

 a { background-color: rgb(182,162,71); }

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

border-color css

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

 span { border-color: rgb(182,162,71); }

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