Html Css Color HEX #B7B346 Brass

📋 copy color: '#B7B346'

red 183 ◦ green 179 ◦ blue 70

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

Shades of Brass #B7B346

Tints of Brass #B7B346

RGB

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

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

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

R = 42.36%
G = 41.44%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B7B346 (or 0xB7B346) is known color: Brass. HEX triplet: B7, B3 and 46. RGB value is (183,179,70). Sum of RGB (Red+Green+Blue) = 183+179+70=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B346 is #484CB9. Grayscale: #A8A8A8. Windows color (decimal): -4738234 or 4633527. OLE color: 4633527.

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

Color convert

RGB 183 179 70 -
CMYK 0 0.02 0.62 0.28
HSL 57.88º 0.45% 0.5% -
HSV(B) 57.88º 0.62% 0.72% -
XYZ 36.75 42.75 12.11 -
YUV 167.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 183 179 70 0 0.02 0.62 0.28 57.88 0.45 0.5
Hex B7 B3 46 0 2 3E 1C 3A 2D 32
Octal 267 263 106 0 2 76 34 72 55 62
Binary 10110111 10110011 1000110 0 10 111110 11100 111010 101101 110010

Color Harmonies of #B7B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B346

Black with #B7B346

Text Example


Text Example

White with #B7B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B346; }

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

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

background-color css

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

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

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

border-color css

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

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

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