Html Css Color HEX #B6B249 Brass

📋 copy color: '#B6B249'

red 182 ◦ green 178 ◦ blue 73

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

Shades of Brass #B6B249

Tints of Brass #B6B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 73 (28.91% from 255) = 16.86%

R = 42.03%
G = 41.11%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B6B249 (or 0xB6B249) is known color: Brass. HEX triplet: B6, B2 and 49. RGB value is (182,178,73). Sum of RGB (Red+Green+Blue) = 182+178+73=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B249 is #494DB6. Grayscale: #A7A7A7. Windows color (decimal): -4804023 or 4829878. OLE color: 4829878.

HSL color Cylindrical-coordinate representation of color #B6B249: hue angle of 57.8º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6B249 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 178 73 -
CMYK 0 0.02 0.60 0.29
HSL 57.8º 0.43% 0.5% -
HSV(B) 57.8º 0.6% 0.71% -
XYZ 36.41 42.27 12.54 -
YUV 167.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 182 178 73 0 0.02 0.60 0.29 57.8 0.43 0.5
Hex B6 B2 49 0 2 3C 1D 3A 2B 32
Octal 266 262 111 0 2 74 35 72 53 62
Binary 10110110 10110010 1001001 0 10 111100 11101 111010 101011 110010

Color Harmonies of #B6B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B249

Black with #B6B249

Text Example


Text Example

White with #B6B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B249; }

 p { color: rgb(182,178,73); }

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

background-color css

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

 a { background-color: rgb(182,178,73); }

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

border-color css

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

 span { border-color: rgb(182,178,73); }

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