Html Css Color HEX #B7B246 Brass

📋 copy color: '#B7B246'

red 183 ◦ green 178 ◦ blue 70

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

Shades of Brass #B7B246

Tints of Brass #B7B246

RGB

 RED value IS 183 (71.88% from 255) = 42.46%

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

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

R = 42.46%
G = 41.3%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B7B246 (or 0xB7B246) is known color: Brass. HEX triplet: B7, B2 and 46. RGB value is (183,178,70). Sum of RGB (Red+Green+Blue) = 183+178+70=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B246 is #484DB9. Grayscale: #A7A7A7. Windows color (decimal): -4738490 or 4633271. OLE color: 4633271.

HSL color Cylindrical-coordinate representation of color #B7B246: hue angle of 57.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7B246 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 178 70 -
CMYK 0 0.03 0.62 0.28
HSL 57.35º 0.45% 0.5% -
HSV(B) 57.35º 0.62% 0.72% -
XYZ 36.55 42.35 12.04 -
YUV 167.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 183 178 70 0 0.03 0.62 0.28 57.35 0.45 0.5
Hex B7 B2 46 0 3 3E 1C 39 2D 32
Octal 267 262 106 0 3 76 34 71 55 62
Binary 10110111 10110010 1000110 0 11 111110 11100 111001 101101 110010

Color Harmonies of #B7B246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B246

Black with #B7B246

Text Example


Text Example

White with #B7B246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B246; }

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

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

background-color css

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

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

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

border-color css

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

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

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