Html Css Color HEX #B6A242 Brass

📋 copy color: '#B6A242'

red 182 ◦ green 162 ◦ blue 66

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

Shades of Brass #B6A242

Tints of Brass #B6A242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.1%

R = 44.39%
G = 39.51%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B6A242 (or 0xB6A242) is known color: Brass. HEX triplet: B6, A2 and 42. RGB value is (182,162,66). Sum of RGB (Red+Green+Blue) = 182+162+66=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A242 is #495DBD. Grayscale: #9D9D9D. Windows color (decimal): -4808126 or 4367030. OLE color: 4367030.

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

Color convert

RGB 182 162 66 -
CMYK 0 0.11 0.64 0.29
HSL 49.66º 0.47% 0.49% -
HSV(B) 49.66º 0.64% 0.71% -
XYZ 33.2 36.18 10.39 -
YUV 157.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 182 162 66 0 0.11 0.64 0.29 49.66 0.47 0.49
Hex B6 A2 42 0 B 40 1D 32 2F 31
Octal 266 242 102 0 13 100 35 62 57 61
Binary 10110110 10100010 1000010 0 1011 1000000 11101 110010 101111 110001

Color Harmonies of #B6A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A242

Black with #B6A242

Text Example


Text Example

White with #B6A242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A242; }

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

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

background-color css

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

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

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

border-color css

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

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

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