Html Css Color HEX #B6A144 Brass

📋 copy color: '#B6A144'

red 182 ◦ green 161 ◦ blue 68

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

Shades of Brass #B6A144

Tints of Brass #B6A144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.55%

R = 44.28%
G = 39.17%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B6A144 (or 0xB6A144) is known color: Brass. HEX triplet: B6, A1 and 44. RGB value is (182,161,68). Sum of RGB (Red+Green+Blue) = 182+161+68=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A144 is #495EBB. Grayscale: #9D9D9D. Windows color (decimal): -4808380 or 4497846. OLE color: 4497846.

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

Color convert

RGB 182 161 68 -
CMYK 0 0.12 0.63 0.29
HSL 48.95º 0.46% 0.49% -
HSV(B) 48.95º 0.63% 0.71% -
XYZ 33.08 35.85 10.65 -
YUV 156.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 182 161 68 0 0.12 0.63 0.29 48.95 0.46 0.49
Hex B6 A1 44 0 C 3F 1D 31 2E 31
Octal 266 241 104 0 14 77 35 61 56 61
Binary 10110110 10100001 1000100 0 1100 111111 11101 110001 101110 110001

Color Harmonies of #B6A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A144

Black with #B6A144

Text Example


Text Example

White with #B6A144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A144; }

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

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

background-color css

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

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

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

border-color css

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

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

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