Html Css Color HEX #B6B246 Brass

📋 copy color: '#B6B246'

red 182 ◦ green 178 ◦ blue 70

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

Shades of Brass #B6B246

Tints of Brass #B6B246

RGB

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

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

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

R = 42.33%
G = 41.4%
B = 16.28%

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

#B6B246 (or 0xB6B246) is known color: Brass. HEX triplet: B6, B2 and 46. RGB value is (182,178,70). Sum of RGB (Red+Green+Blue) = 182+178+70=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B246 is #494DB9. Grayscale: #A7A7A7. Windows color (decimal): -4804026 or 4633270. OLE color: 4633270.

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

Color convert

RGB 182 178 70 -
CMYK 0 0.02 0.62 0.29
HSL 57.86º 0.44% 0.49% -
HSV(B) 57.86º 0.62% 0.71% -
XYZ 36.32 42.23 12.03 -
YUV 166.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 182 178 70 0 0.02 0.62 0.29 57.86 0.44 0.49
Hex B6 B2 46 0 2 3E 1D 3A 2C 31
Octal 266 262 106 0 2 76 35 72 54 61
Binary 10110110 10110010 1000110 0 10 111110 11101 111010 101100 110001

Color Harmonies of #B6B246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B246

Black with #B6B246

Text Example


Text Example

White with #B6B246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B246; }

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

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

background-color css

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

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

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

border-color css

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

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

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