Html Css Color HEX #B6B346 Brass

📋 copy color: '#B6B346'

red 182 ◦ green 179 ◦ blue 70

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

Shades of Brass #B6B346

Tints of Brass #B6B346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 70 (27.73% from 255) = 16.24%

R = 42.23%
G = 41.53%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B6B346 (or 0xB6B346) is known color: Brass. HEX triplet: B6, B3 and 46. RGB value is (182,179,70). Sum of RGB (Red+Green+Blue) = 182+179+70=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B346 is #494CB9. Grayscale: #A7A7A7. Windows color (decimal): -4803770 or 4633526. OLE color: 4633526.

HSL color Cylindrical-coordinate representation of color #B6B346: hue angle of 58.39º degrees, saturation: 0.44, 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 #B6B346 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 179 70 -
CMYK 0 0.02 0.62 0.29
HSL 58.39º 0.44% 0.49% -
HSV(B) 58.39º 0.62% 0.71% -
XYZ 36.52 42.63 12.1 -
YUV 167.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 182 179 70 0 0.02 0.62 0.29 58.39 0.44 0.49
Hex B6 B3 46 0 2 3E 1D 3A 2C 31
Octal 266 263 106 0 2 76 35 72 54 61
Binary 10110110 10110011 1000110 0 10 111110 11101 111010 101100 110001

Color Harmonies of #B6B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B346

Black with #B6B346

Text Example


Text Example

White with #B6B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B346; }

 p { color: rgb(182,179,70); }

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

background-color css

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

 a { background-color: rgb(182,179,70); }

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

border-color css

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

 span { border-color: rgb(182,179,70); }

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