Html Css Color HEX #B6A145 Brass

📋 copy color: '#B6A145'

red 182 ◦ green 161 ◦ blue 69

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

Shades of Brass #B6A145

Tints of Brass #B6A145

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.08%

 BLUE value IS 69 (27.34% from 255) = 16.75%

R = 44.17%
G = 39.08%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B6A145 (or 0xB6A145) is known color: Brass. HEX triplet: B6, A1 and 45. RGB value is (182,161,69). Sum of RGB (Red+Green+Blue) = 182+161+69=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A145 is #495EBA. Grayscale: #9D9D9D. Windows color (decimal): -4808379 or 4563382. OLE color: 4563382.

HSL color Cylindrical-coordinate representation of color #B6A145: hue angle of 48.85º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6A145 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 161 69 -
CMYK 0 0.12 0.62 0.29
HSL 48.85º 0.45% 0.49% -
HSV(B) 48.85º 0.62% 0.71% -
XYZ 33.11 35.86 10.81 -
YUV 156.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 182 161 69 0 0.12 0.62 0.29 48.85 0.45 0.49
Hex B6 A1 45 0 C 3E 1D 31 2D 31
Octal 266 241 105 0 14 76 35 61 55 61
Binary 10110110 10100001 1000101 0 1100 111110 11101 110001 101101 110001

Color Harmonies of #B6A145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A145

Black with #B6A145

Text Example


Text Example

White with #B6A145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A145; }

 p { color: rgb(182,161,69); }

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

background-color css

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

 a { background-color: rgb(182,161,69); }

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

border-color css

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

 span { border-color: rgb(182,161,69); }

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